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
pip-tools
prospector
pip-tools # pip-compile on these files
prospector # code quality checks

View File

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