Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Upgrade Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marksparkza committed Apr 20, 2021
1 parent 4ed7ffa commit 9ea5357
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
alembic==1.5.4
alembic==1.5.8
argon2-cffi==20.1.0
attrs==20.3.0
Authlib==0.15.3
blinker==1.4
Bootstrap-Flask==1.5.1
Bootstrap-Flask==1.5.2
certifi==2020.12.5
cffi==1.14.4
cffi==1.14.5
chardet==4.0.0
ckanapi==4.5
click==7.1.2
coverage==5.4
cryptography==3.3.2
coverage==5.5
cryptography==3.4.7
dnspython==2.1.0
docopt==0.6.2
email-validator==1.1.2
fastapi==0.63.0
Flask==1.1.2
Flask-Admin==1.5.7
Flask-Admin==1.5.8
Flask-Login==0.5.0
Flask-Mail==0.9.1
Flask-WTF==0.14.3
gunicorn==20.0.4
greenlet==1.0.0
gunicorn==20.1.0
h11==0.12.0
idna==2.10
iniconfig==1.1.1
Expand All @@ -33,24 +34,25 @@ pluggy==0.13.1
psycopg2==2.8.6
py==1.10.0
pycparser==2.20
pydantic==1.7.3
pydantic==1.8.1
pyparsing==2.4.7
pytest==6.2.2
pytest==6.2.3
pytest-cov==2.11.1
python-dateutil==2.8.1
python-dotenv==0.15.0
python-dotenv==0.17.0
python-editor==1.0.4
python-multipart==0.0.5
python-slugify==4.0.1
redis==3.5.3
requests==2.25.1
six==1.15.0
SQLAlchemy==1.3.23
SQLAlchemy==1.4.9
starlette==0.13.6
text-unidecode==1.3
toml==0.10.2
typing-extensions==3.7.4.3
urllib3==1.26.4
uvicorn==0.13.3
uvicorn==0.13.4
Werkzeug==1.0.1
WTForms==2.3.3
xmltodict==0.12.0

0 comments on commit 9ea5357

Please sign in to comment.