Skip to content

Commit

Permalink
Updated requirements.txt, installed redis
Browse files Browse the repository at this point in the history
  • Loading branch information
Amdrel committed Nov 24, 2019
1 parent 60e2e03 commit 09b6c9e
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
aiohttp==3.5.4
alembic==1.0.10
astroid==2.2.5
alembic==1.3.1
astroid==2.3.3
async-timeout==3.0.1
attrs==19.1.0
attrs==19.3.0
chardet==3.0.4
discord.py==1.0.1
discord.py==1.2.5
idna==2.8
isort==4.3.18
jellyfish==0.7.1
lazy-object-proxy==1.3.1
Mako==1.0.9
idna-ssl==1.1.0
isort==4.3.21
jellyfish==0.7.2
lazy-object-proxy==1.4.3
Mako==1.1.0
MarkupSafe==1.1.1
mccabe==0.6.1
multidict==4.5.2
psycopg2-binary==2.8.2
pylint==2.3.1
python-dateutil==2.8.0
multidict==4.6.1
psycopg2-binary==2.8.4
pylint==2.4.4
python-dateutil==2.8.1
python-editor==1.0.4
redis==3.3.11
rope==0.14.0
six==1.12.0
SQLAlchemy==1.3.3
typed-ast==1.3.5
websockets==6.0
wrapt==1.11.1
six==1.13.0
SQLAlchemy==1.3.11
typed-ast==1.4.0
typing-extensions==3.7.4.1
websockets==8.1
wrapt==1.11.2
yarl==1.3.0

0 comments on commit 09b6c9e

Please sign in to comment.