Skip to content

Commit

Permalink
fixes issue #37
Browse files Browse the repository at this point in the history
Do not pin version of virtualenv.
  • Loading branch information
Piotr Dobrogost committed Dec 1, 2013
1 parent 14f5ad3 commit 4fc70c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -104,10 +104,10 @@ def run(self):

scripts=[scripts_loc + script for script in scripts],

install_requires=['virtualenv==1.9.1',],
install_requires=['virtualenv',],

# extras
# pywin==0.2

zip_safe=False,
)
)

0 comments on commit 4fc70c8

Please sign in to comment.