Update requirements

master
Tanner Collin 4 years ago
parent 9a449bf3ca
commit b46ce36c63
  1. 38
      apiserver/requirements.txt

@ -1,22 +1,30 @@
beautifulsoup4==4.8.1 beautifulsoup4==4.9.1
certifi==2019.9.11 bleach==3.1.5
certifi==2020.6.20
chardet==3.0.4 chardet==3.0.4
Click==7.0 click==7.1.2
commonmark==0.9.1 commonmark==0.9.1
Flask==1.1.1 Flask==1.1.2
Flask-Cors==3.0.8 Flask-Cors==3.0.8
idna==2.8 gevent==20.6.2
greenlet==0.4.16
idna==2.10
itsdangerous==1.1.0 itsdangerous==1.1.0
Jinja2==2.10.3 Jinja2==2.11.2
MarkupSafe==1.1.1 MarkupSafe==1.1.1
pkg-resources==0.0.0 packaging==20.4
praw==6.4.0 praw==6.4.0
prawcore==1.0.1 prawcore==1.4.0
requests==2.22.0 pyparsing==2.4.7
six==1.12.0 requests==2.24.0
soupsieve==1.9.4 six==1.15.0
update-checker==0.16 soupsieve==2.0.1
urllib3==1.25.6 SQLAlchemy==1.3.18
websocket-client==0.56.0 update-checker==0.17
Werkzeug==0.16.0 urllib3==1.25.9
webencodings==0.5.1
websocket-client==0.57.0
Werkzeug==1.0.1
Whoosh==2.7.4 Whoosh==2.7.4
zope.event==4.4
zope.interface==5.1.0

Loading…
Cancel
Save