This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Roll back to known working requirement versions
- Loading branch information
1 parent
28850e1
commit f852003
Showing
2 changed files
with
16 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
camelot-py[cv]==0.11.0 | ||
# excalibur requires an older version of flask | ||
# the older version of flask requires click<8 | ||
# pip-tools 6.10.0 was the last version to specify click<8 | ||
# so if you need to use pip-tools: | ||
# pip install pip-tools==6.10.0 | ||
|
||
camelot-py==0.9.0 | ||
celery==5.1.2 | ||
excalibur-py==0.4.3 | ||
flask==1.1.4 | ||
markupsafe==2.0.1 | ||
pypdf2<3 | ||
waitress |
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