Skip to content

Commit

Permalink
Merge pull request #41 from SteveClement/master
Browse files Browse the repository at this point in the history
chg: [pip] Fix deps
  • Loading branch information
SteveClement committed Apr 30, 2020
2 parents b29f8fd + 72d369f commit 721d806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ nose = "*"
coverage = "*"
codecov = "*"
coveralls = "*"
urllib3 = ">=1.24.2"

[packages]
dnspython = "*"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dnspython==1.16.0
dominate==2.3.5
flask-bootstrap==3.3.7.1
flask==1.1.1
gevent==1.5a1
gevent==20.4.0
git+https://github.com/Rafiot/defang.git@52972a25313e2899f98f1777b940cb2122566a26#egg=defang
git+https://github.com/kbandla/pydeep.git@bc0d33bff4b45718b4c5f2c79d4715d92a427eda#egg=pydeep
git+https://github.com/stricaud/faup.git@a5268839130d76ebe2a26e9d7ff497e7d81dc142#egg=pyfaup&subdirectory=src/lib/bindings/python
Expand Down

0 comments on commit 721d806

Please sign in to comment.