Skip to content

Commit

Permalink
Merge 8091de9 into 6022c2d
Browse files Browse the repository at this point in the history
  • Loading branch information
dalepotter committed May 2, 2019
2 parents 6022c2d + 8091de9 commit a54a14e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
lxml==3.4.1
python-dateutil==2.3
lxml==4.3.3
python-dateutil==2.8.0
git+https://github.com/IATI/IATI-Rulesets.git#egg=iatirulesets

# These are dependencies of the above, but are specificied explicitly in order to pin versions
six==1.8.0
argparse==1.3.0
six==1.12.0
argparse==1.4.0
wsgiref==0.1.2
8 changes: 4 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt
pytest==2.6.4
mock==1.0.1
pytest-cov==1.8.1
coveralls==0.5
pytest==4.4.1
mock==3.0.3
pytest-cov==2.6.1
coveralls==1.7.0

0 comments on commit a54a14e

Please sign in to comment.