forked from gadogttas/discord-key-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
30 lines (30 loc) · 2.08 KB
/
requirements-dev.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
-i https://pypi.org/simple
aiohttp==3.6.2; python_full_version >= '3.5.3'
appdirs==1.4.4
astroid==2.4.2; python_version >= '3.5'
async-timeout==3.0.1; python_full_version >= '3.5.3'
attrs==20.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
black==20.8b1
chardet==3.0.4
click==7.1.2
colorama==0.4.3; sys_platform == 'win32'
discord.py==1.4.1
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
isort==5.4.2; python_version >= '3.6' and python_version < '4.0'
lazy-object-proxy==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
mccabe==0.6.1
multidict==4.7.6; python_version >= '3.5'
mypy-extensions==0.4.3
pathspec==0.8.0
pylint-sqlalchemy==0.2.0
pylint==2.6.0; python_version >= '3.5'
python-dotenv==0.14.0
regex==2020.7.14
rope==0.17.0
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlalchemy==1.3.19
toml==0.10.1
typed-ast==1.4.1
typing-extensions==3.7.4.3
wrapt==1.12.1
yarl==1.5.1; python_version >= '3.5'