Skip to content

Commit

Permalink
closes #5 - freeze python module version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
cardi committed Feb 7, 2018
1 parent cddf85e commit 2e37d9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 1 addition & 9 deletions PackagesInstallation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,4 @@
# TODO use virtualenv

# install the required packages
pip install --user \
wordsegment \
python-levenshtein \
pythonwhois \
dpkt \
pypcap \
netaddr \
dnslib \
pylzma
pip install --user -r requirements.txt
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dnslib==0.9.6
dpkt==1.8.8
netaddr==0.7.18
pylzma==0.4.8
pypcap==1.1.5
python-Levenshtein==0.12.0
pythonwhois==2.4.3
wordsegment==0.6.2

0 comments on commit 2e37d9d

Please sign in to comment.