Skip to content

Commit

Permalink
pin versions to requirements.txt, dev and end user
Browse files Browse the repository at this point in the history
  • Loading branch information
kylepjohnson committed Feb 22, 2016
1 parent 902ab13 commit 4c13169
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install:
- python setup.py sdist install

before_script:
- pip install --upgrade pip
- pip install codecov
- pip install coveralls

Expand Down
13 changes: 13 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cltk==0.1.32
codecov==1.6.3
coverage==4.0.3
coveralls==1.1
docopt==0.6.2
gitdb==0.6.4
GitPython==1.0.2
nltk==3.1
nose==1.3.7
regex==2016.1.10
requests==2.9.1
smmap==0.9.0
Whoosh==2.7.2
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cltk==0.1.32
gitdb==0.6.4
GitPython==1.0.2
nltk==3.1
regex==2016.1.10
smmap==0.9.0
Whoosh==2.7.2

0 comments on commit 4c13169

Please sign in to comment.