-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f820b87
commit a1e54d2
Showing
12 changed files
with
220 additions
and
621 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
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
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 |
---|---|---|
@@ -1,33 +1,3 @@ | ||
# Version constraints for pip-installation. | ||
|
||
# Base dependencies | ||
Django<4.0 # Stay on the latest LTS release of Django | ||
fs<=2.0.18 # Constrained by edx-platform | ||
loremipsum<2.0.0 | ||
|
||
python-swiftclient<4.0.0 | ||
voluptuous<1.0.0 | ||
|
||
# Test dependencies | ||
ddt==1.0.0 # Test failures at versions > 1.0.0 | ||
idna<2.9.0 # moto version moto==1.3.14 requires idna<2.9.0 | ||
fs-s3fs==0.1.8 # Constrained by edx-platform | ||
wrapt==1.11.* # Constrained by astroid | ||
freezegun<=0.3.14 # Test failures on 0.3.15 | ||
# Moto 1.3.15 have build issues | ||
moto<1.3.15 | ||
# Networkx 2.5 drops support for python 3.5 | ||
networkx<2.5 | ||
|
||
# path 13.2.0 drops support for Python 3.5 | ||
path<13.2.0 | ||
|
||
# Needed to resolve requirements between path and tox | ||
# path only requires >=0.5 but tox requires <2 | ||
# path is defined in base.in so it compiles to the most recent version in base.txt, | ||
# and tox comes in in test.in | ||
importlib-metadata<2 | ||
setuptools<60.0 | ||
|
||
# incremental upgrade plan. | ||
django-simple-history<=3.1.1 | ||
# greater version breaking few tests. | ||
moto<5.0 |
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
Oops, something went wrong.