Skip to content

Commit

Permalink
Reverting versions to old
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko committed Aug 14, 2024
1 parent 64e4a7d commit 89d2672
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions jwt_proxy/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
from jwt_proxy import api
from jwt_proxy.audit import audit_log_init, audit_entry


def create_app(testing=False, cli=False):
"""Application factory, used to create application"""
app = Flask("jwt_proxy")
register_blueprints(app)
configure_app(app)

return app


Expand All @@ -20,6 +22,7 @@ def register_blueprints(app):

def configure_app(app):
"""Load successive configs - overriding defaults"""

app.config.from_object("jwt_proxy.config")
configure_logging(app)

Expand Down
14 changes: 8 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ blinker==1.8.2
# via flask
certifi==2024.7.4
# via requests
cffi==1.17.0
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
Expand All @@ -17,9 +17,9 @@ click==8.1.7
cryptography==43.0.0
# via pyjwt
flask==2.0.1
# via jwt_proxy (setup.py)
# via jwt_proxy (setup.cfg)
gunicorn==22.0.0
# via jwt_proxy (setup.py)
# via jwt_proxy (setup.cfg)
idna==3.7
# via requests
importlib-metadata==8.2.0
Expand All @@ -36,10 +36,12 @@ packaging==24.1
# via gunicorn
pycparser==2.22
# via cffi
pyjwt[crypto]==2.9.0
# via jwt_proxy (setup.py)
python-json-logger==2.0.7
# via jwt_proxy (setup.cfg)
pyjwt[crypto]==2.8.0
# via jwt_proxy (setup.cfg)
requests==2.32.3
# via jwt_proxy (setup.py)
# via jwt_proxy (setup.cfg)
urllib3==2.2.2
# via requests
werkzeug==2.0.1
Expand Down

0 comments on commit 89d2672

Please sign in to comment.