fix test_server and reorganize requirements files
This commit is contained in:
committed by
Pedro Ferreira
parent
dc1389d634
commit
aab2ac18b3
2
requirements/dev.txt
Normal file
2
requirements/dev.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
-r tests.txt
|
||||
flake8
|
5
requirements/production.txt
Normal file
5
requirements/production.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
colorlog
|
||||
pynacl
|
||||
pyyaml
|
||||
secret-handshake
|
||||
simplejson
|
7
requirements/tests.txt
Normal file
7
requirements/tests.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
-r production.txt
|
||||
asynctest
|
||||
coverage
|
||||
pytest
|
||||
pytest-asyncio
|
||||
pytest-cov
|
||||
pytest-mock
|
Reference in New Issue
Block a user