Skip to content

Commit

Permalink
python3: fix virtualenv dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fastcat authored and ymartin59 committed Apr 8, 2020
1 parent 0a41db9 commit d91dda6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spk/python3/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ zope.interface==4.7.1
pyopenssl==19.1.0
six==1.14.0
virtualenv==20.0.5
# virtualenv dependencies
appdirs==1.4.3
filelock==3.0.12
importlib-resources==1.4.0
importlib-metadata==1.5.0
zipp==3.1.0
distlib==0.3.0

# cryptography dependencies
#enum34==1.1.6 # incompatible with python>3.4
Expand Down

0 comments on commit d91dda6

Please sign in to comment.