This repository has been archived by the owner on May 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added temporary requirements_downgrade.patch file to revert upstream requirements changes to what's available in Arch (at the time of writing). Upstream appears to have bumped requirements unintentionally. See: - pypa/pipenv#5075 - pypa/pipenv#5075 (comment) git-svn-id: file:///srv/repos/svn-community/svn@1191061 9fca08f4-af9d-4005-b8df-a31f2cc04f65
- Loading branch information
Showing
2 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
diff --git a/setup.py b/setup.py | ||
index d07a359a..42d29e0a 100644 | ||
--- a/setup.py | ||
+++ b/setup.py | ||
@@ -21,9 +21,9 @@ if sys.argv[-1] == "publish": | ||
sys.exit() | ||
|
||
required = [ | ||
- "pip>=22.0.4", | ||
+ "pip>=21.0.0", | ||
"certifi", | ||
- "setuptools>=60.0.0", | ||
+ "setuptools>=59.5.0", | ||
"virtualenv-clone>=0.2.5", | ||
"virtualenv", | ||
] |