Merge pull request #811 from Ebag333/requirements.txt

Requirements for Pyfa
This commit is contained in:
Ryan Holmes
2016-12-12 00:25:32 -05:00
committed by GitHub
2 changed files with 13 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
matplotlib
PyYAML
python-dateutil
urllib3
requests==2.11.1
sqlalchemy

7
requirements_test.txt Normal file
View File

@@ -0,0 +1,7 @@
pytest==3.0.3
pytest-mock==1.2
pytest-cov==2.3.1
pytest-capturelog==0.7
coverage==4.2
coveralls==1.1
codecov