Compare commits

..

No commits in common. "d9d406753608150e38066b2b633e16805d7790f1" and "32ad8c73591b87b1f5facde09c5d91e2e6d0084c" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ class Config:
NOPAQUE_READCOOP_USERNAME = os.environ.get('NOPAQUE_READCOOP_USERNAME')
NOPAQUE_READCOOP_PASSWORD = os.environ.get('NOPAQUE_READCOOP_PASSWORD')
NOPAQUE_VERSION='1.0.1'
NOPAQUE_VERSION='1.0.0'
@staticmethod
def init_app(app: Flask):

View File

@ -2,7 +2,7 @@ apifairy
cqi>=0.1.7
dnspython==2.2.1
docker
eventlet==0.34.2
eventlet
Flask==2.1.3
Flask-APScheduler
Flask-Assets==2.0