Skip to content

Commit c0553cb

Browse files
committed
Add a requirements file to test environment
1 parent b144acf commit c0553cb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

requirements-tests.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
coverage==5.2.1
2+
flake8==3.8.3
3+
pandas==1.1.1
4+
pandas-datareader==0.9.0
5+
pytest==6.0.1
6+
pytest-mock==3.3.1

requirements.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
coverage==5.2.1
2-
flake8==3.8.3
31
pandas==1.1.1
4-
pandas-datareader==0.9.0
5-
pytest==6.0.1
6-
pytest-mock==3.3.1
2+
pandas-datareader==0.9.0

0 commit comments

Comments
 (0)