fix test_server and reorganize requirements files

This commit is contained in:
Cléber Zavadniak
2018-04-19 23:00:22 -03:00
committed by Pedro Ferreira
parent dc1389d634
commit aab2ac18b3
7 changed files with 23 additions and 6 deletions

2
requirements/dev.txt Normal file
View File

@@ -0,0 +1,2 @@
-r tests.txt
flake8

View File

@@ -0,0 +1,5 @@
colorlog
pynacl
pyyaml
secret-handshake
simplejson

7
requirements/tests.txt Normal file
View File

@@ -0,0 +1,7 @@
-r production.txt
asynctest
coverage
pytest
pytest-asyncio
pytest-cov
pytest-mock