Skip to content

Commit

Permalink
Update Libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanchewy committed Oct 28, 2020
1 parent f8906c7 commit 4f89ba2
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
astroid==2.0.4
click==6.7
dnspython==1.15.0
eventlet==0.24.1
Flask==1.0.2
Flask-SocketIO==3.0.2
greenlet==0.4.15
isort==4.3.4
itsdangerous==0.24
Jinja2==2.10.1
lazy-object-proxy==1.3.1
MarkupSafe==1.0
astroid==2.4.2
click==7.1.2
dnspython==1.16.0
eventlet==0.29.1
Flask==1.1.2
Flask-SocketIO==4.3.1
greenlet==0.4.17
isort==5.6.4
itsdangerous==1.1.0
Jinja2==2.11.2
lazy-object-proxy==1.4.3
MarkupSafe==1.1.1
mccabe==0.6.1
monotonic==1.5
pylint==2.1.1
python-engineio==3.8.2.post1
python-socketio==2.0.0
six==1.11.0
typed-ast==1.1.0
Werkzeug==0.15.3
wrapt==1.10.11
pytest==5.2.1
pytest-cov==2.8.1
pytest-html==2.0.0
pylint==2.6.0
python-engineio==3.13.2
python-socketio==4.6.0
six==1.15.0
toml==0.10.1
typed-ast==1.4.1
Werkzeug==1.0.1
wrapt==1.12.1

0 comments on commit 4f89ba2

Please sign in to comment.