Skip to content

Commit

Permalink
Specify version range for Authlib installation (#29)
Browse files Browse the repository at this point in the history
* DCAT-337 Implement refresh token flow

* DCAT-337 Handle update token exception case

* DCAT-337 Stop logging the token

* Specify version range for Authlib installation
  • Loading branch information
ozandogrultan authored Mar 19, 2022
1 parent d56da3a commit 5154b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

requirements = [
"Flask>=1.0.2",
"Authlib>=0.15.4",
"Authlib>=0.15.4,<1.0.0",
"requests>=2.25.1",
"Flask-SQLAlchemy>=2.5.1",
]
Expand Down

0 comments on commit 5154b64

Please sign in to comment.