add basic requirements for discord.py and dev stuff

This commit is contained in:
Brian S. Stephan 2018-01-03 00:17:46 -06:00
parent 3802360548
commit b123221323
4 changed files with 55 additions and 0 deletions

4
requirements-dev.in Normal file
View File

@ -0,0 +1,4 @@
-r requirements.in
pip-tools
prospector

38
requirements-dev.txt Normal file
View File

@ -0,0 +1,38 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements-dev.txt requirements-dev.in
#
aiohttp==1.0.5 # via discord.py
astroid==1.6.0 # via pylint, pylint-celery, pylint-flask, pylint-plugin-utils, requirements-detector
async-timeout==2.0.0 # via aiohttp
chardet==3.0.4 # via aiohttp
click==6.7 # via pip-tools
colorama==0.3.9 # via pylint
discord.py==0.16.12
dodgy==0.1.9 # via prospector
first==2.0.1 # via pip-tools
isort==4.2.15 # via pylint
lazy-object-proxy==1.3.1 # via astroid
mccabe==0.6.1 # via prospector, pylint
multidict==3.3.2 # via aiohttp
pep8-naming==0.4.1 # via prospector
pip-tools==1.11.0
prospector==0.12.7
pycodestyle==2.0.0 # via prospector
pydocstyle==2.1.1 # via prospector
pyflakes==1.6.0 # via prospector
pylint-celery==0.3 # via prospector
pylint-common==0.2.5 # via prospector
pylint-django==0.7.2 # via prospector
pylint-flask==0.5 # via prospector
pylint-plugin-utils==0.2.6 # via prospector, pylint-celery, pylint-common, pylint-django, pylint-flask
pylint==1.8.1 # via prospector, pylint-celery, pylint-common, pylint-django, pylint-flask, pylint-plugin-utils
pyyaml==3.12 # via prospector
requirements-detector==0.5.2 # via prospector
setoptconf==0.2.0 # via prospector
six==1.11.0 # via astroid, pip-tools, pydocstyle, pylint
snowballstemmer==1.2.1 # via pydocstyle
websockets==3.4 # via discord.py
wrapt==1.10.11 # via astroid

1
requirements.in Normal file
View File

@ -0,0 +1 @@
discord.py

12
requirements.txt Normal file
View File

@ -0,0 +1,12 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt requirements.in
#
aiohttp==1.0.5 # via discord.py
async-timeout==2.0.0 # via aiohttp
chardet==3.0.4 # via aiohttp
discord.py==0.16.12
multidict==3.3.2 # via aiohttp
websockets==3.4 # via discord.py