Skip to content

Commit

Permalink
clean up requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
eshellman committed Feb 2, 2017
1 parent b40c562 commit 8b4a5c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements.pip
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
requests>=2.13.0
requests>=2.7.0
uritemplate.py==0.3.0
github3.py>=1.0.0
github3.py>=0.9.0
GitPython==2.0.8
docopt==0.6.2
docopt==0.6.1
sh==1.09
Jinja2==2.7.3
semver==2.2.0
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@
'appdirs==1.4.0',
'beautifulsoup4==4.4.1',
'wikipedia==1.4.0',
'six==1.9.0',
'six==1.10.0',
'pymarc==3.0.3',
'PyYAML==3.11',
'SPARQLWrapper==1.6.4',
'html5lib==0.999999',
'isodate==0.5.1',
'pyparsing==2.0.3',
'pyparsing==2.1.10',
'rdflib==4.2.0',
'rdflib-jsonld==0.3',
'mock==2.0.0',
],

test_suite='nose.collector',
Expand Down

0 comments on commit 8b4a5c5

Please sign in to comment.