Skip to content

Commit f8c8a8f

Browse files
committed
fix(requirements): adding requirements txt and in files back.
Signed-off-by: CollinHowland <[email protected]>
1 parent 079bc82 commit f8c8a8f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
certifi >= 14.05.14
2+
future; python_version<="2.7"
3+
six >= 1.10
4+
python_dateutil >= 2.5.3
5+
setuptools >= 21.0.0
6+
urllib3 >= 1.15.1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pytest~=4.6.7 # needed for python 2.7+3.4
2+
pytest-cov>=2.8.1
3+
pytest-randomly==1.2.3 # needed for python 2.7+3.4

0 commit comments

Comments
 (0)