document our requirements.in files

This commit is contained in:
Brian S. Stephan 2018-01-09 09:41:03 -06:00
parent e8825cb763
commit fa18533667
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
-r requirements.in -r requirements.in
pip-tools pip-tools # pip-compile on these files
prospector prospector # code quality checks

View File

@ -1,5 +1,5 @@
aiohttp aiohttp # API server
discord.py discord.py # discord client
Django Django # DB backend/management commands
ply ply # lex and yacc, for the dice module
requests requests # HTTP requests, for the weather module and likely others