document our requirements.in files
This commit is contained in:
parent
e8825cb763
commit
fa18533667
@ -1,4 +1,4 @@
|
||||
-r requirements.in
|
||||
|
||||
pip-tools
|
||||
prospector
|
||||
pip-tools # pip-compile on these files
|
||||
prospector # code quality checks
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user