This commit is contained in:
2021-12-18 21:09:40 +01:00
commit 4b4b95ea98
10 changed files with 70 additions and 0 deletions

3
requirements/common.txt Normal file
View File

@ -0,0 +1,3 @@
PyYAML
requests[req]
aiohttp[aio]

2
requirements/dev.txt Normal file
View File

@ -0,0 +1,2 @@
-r common.txt
coverage