Skip to content

Commit

Permalink
upgrading prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Naor Livne committed Feb 14, 2019
1 parent 126ebe2 commit c32e42b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nebulactl.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from NebulaPythonSDK import Nebula
from os.path import expanduser

VERSION = "2.0.1"
VERSION = "2.0.2"


# i'm separating the nebulactl.py to 2 parts, the first is the NebulaCall class below which is going to be in charge of
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
altgraph==0.16.1
certifi==2018.10.15
certifi==2018.11.29
chardet==3.0.4
Click==7.0
dis3==0.1.2
dis3==0.1.3
future==0.17.1
idna==2.7
idna==2.8
macholib==1.11
NebulaPythonSDK==2.0.0
NebulaPythonSDK==2.0.2
pefile==2018.8.8
PyInstaller==3.4
requests==2.20.0
urllib3==1.24
requests==2.21.0
urllib3==1.24.1

0 comments on commit c32e42b

Please sign in to comment.