Skip to content

Commit

Permalink
Fixed requirements.txt and environment.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
natfarleydev committed Mar 8, 2017
1 parent 39edab5 commit 28ab492
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ dependencies:
- telepot==10.4
- pyconfig==3.1.1
- dataset==0.7.0
- GitPython>=2.1.1
- blessings>=1.6
- dill>=0.2.6
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
telepot<=10.4
pyconfig<=3.1.1
dataset<=0.7.0
dill<=0.2.6
telepot>=10.4
pyconfig>=3.1.1
dataset>=0.7.0
dill>=0.2.6
stringcase==1.0.6
GitPython
blessings
GitPython>=2.1.1
blessings>=1.6

0 comments on commit 28ab492

Please sign in to comment.