Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Initial Update #1

Merged
merged 14 commits into from
Nov 14, 2017
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Click>=6.0
SPADE>=2.3
factory_boy
requests
geopy
flask
factory_boy==2.9.2
requests==2.18.4
geopy==1.11.0
flask==0.12.2
20 changes: 10 additions & 10 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pip==8.1.2
pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
wheel==0.30.0
watchdog==0.8.3
flake8==2.6.0
tox==2.3.1
coverage==4.1
Sphinx==1.4.8
cryptography==1.7
PyYAML==3.11
pytest==2.9.2
pytest-runner==2.11.1
flake8==3.5.0
tox==2.9.1
coverage==4.4.2
Sphinx==1.6.5
cryptography==2.1.3
PyYAML==3.12
pytest==3.2.3
pytest-runner==3.0