mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-09 20:09:30 +02:00
Set version constraint over PyJWT only
This commit is contained in:
@@ -15,4 +15,4 @@ __all__ = [
|
||||
]
|
||||
|
||||
|
||||
__version__ = "0.1.66"
|
||||
__version__ = "0.1.67"
|
||||
|
||||
29
setup.py
29
setup.py
@@ -17,28 +17,13 @@ def __get_version():
|
||||
|
||||
|
||||
requirements = [
|
||||
"aiohttp==3.7.4.post0",
|
||||
"async-timeout==3.0.1",
|
||||
"attrs==21.4.0",
|
||||
"cachetools==5.0.0",
|
||||
"certifi==2021.10.8",
|
||||
"chardet==4.0.0",
|
||||
"charset-normalizer==2.0.11",
|
||||
"click==8.0.3",
|
||||
"Flask==2.0.2",
|
||||
"idna==3.3",
|
||||
"itsdangerous==2.0.1",
|
||||
"Jinja2==3.0.3",
|
||||
"MarkupSafe==2.0.1",
|
||||
"multidict==6.0.2",
|
||||
"oauthlib==3.2.0",
|
||||
"PyJWT==2.3.0",
|
||||
"requests==2.27.1",
|
||||
"requests-oauthlib==1.3.1",
|
||||
"typing_extensions==4.0.1",
|
||||
"urllib3==1.26.8",
|
||||
"Werkzeug==2.0.3",
|
||||
"yarl==1.7.2",
|
||||
"Flask",
|
||||
"pyjwt>=2.0.0",
|
||||
"requests",
|
||||
"oauthlib",
|
||||
"cachetools",
|
||||
"setuptools",
|
||||
"requests_oauthlib",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user