Skip to content

Commit

Permalink
updated versions for Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanco committed Oct 27, 2021
1 parent c839be0 commit 3ccb83d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ attrs==19.3.0
bcrypt==3.1.7
cachetools==4.1.1
certifi==2020.4.5.1
cffi==1.14.0
cffi==1.15.0
chardet==3.0.4
click==7.1.2
dnspython==1.16.0
Expand All @@ -24,18 +24,18 @@ graphql-relay==2.0.1
gunicorn==20.0.4
h11==0.9.0
httplib2==0.18.1
httptools==0.1.1
httptools==0.1.2
idna==2.9
itsdangerous==1.1.0
Jinja2==2.11.2
MarkupSafe==1.1.1
more-itertools==8.4.0
numpy==1.19.0
numpy==1.21.3
oauth2client==4.1.3
oauthlib==3.1.0
orjson==3.0.2
orjson==3.6.4
packaging==20.4
pandas==1.0.5
pandas==1.3.4
passlib==1.7.2
pluggy==0.13.1
promise==2.3
Expand Down Expand Up @@ -65,8 +65,7 @@ ujson==3.0.0
Unidecode==1.1.1
uritemplate==3.0.1
urllib3==1.25.9
#uvicorn-0.12.1 version recommended by Github, but build fails in Heroku
uvicorn==0.11.5
uvloop==0.14.0
uvloop==0.16.0
wcwidth==0.2.5
websockets==8.1

0 comments on commit 3ccb83d

Please sign in to comment.