Skip to content

Commit 6de366c

Browse files
authored
Merge pull request #26 from kevinconway/unpin-virtualenv
Unpin virtualenv dependency in requirements.txt
2 parents 1dc94e0 + f2e8c65 commit 6de366c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
virtualenv<=20.11.2
1+
virtualenv

venvctrl/venv/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ class ActivateNuFileDeactivateAlias(ActivateFile):
302302
def exists(self):
303303
"""
304304
Get if the path exists.
305-
306-
Overwite VenvPath property. The /bin/activate.nu scipt generated
305+
306+
Overwite VenvPath property. The /bin/activate.nu scipt generated
307307
by virtualenv>=20.14.0 does contain a virtual path anymore.
308308
So, relocation is only required for older versions.
309309

0 commit comments

Comments
 (0)