-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #592 from crim-ca/support-py312
- Loading branch information
Showing
6 changed files
with
29 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,7 @@ numpy>=1.22.2 | |
# esgf-compute-api (cwt) needs oauthlib but doesn't add it in their requirements | ||
oauthlib | ||
owslib==0.28.1 | ||
PasteDeploy>=3.1.0; python_version >= "3.12" | ||
psutil | ||
# FIXME: pymongo>=4 breaks with kombu corresponding to pinned Celery | ||
# - https://github.com/crim-ca/weaver/issues/386 | ||
|
@@ -69,7 +70,9 @@ psutil | |
pymongo>=4 # either (pymongo>=4, kombu>=5.3.0b2) or (pymongo<4, celery<5.2) | ||
pyramid>=1.7.3 | ||
pyramid_beaker>=0.8 | ||
pyramid_celery>=4.0.0 # required for celery>=5 | ||
# see https://github.com/sontek/pyramid_celery/pull/102 to fix Python 3.12 support and other improvements | ||
#pyramid_celery>=4.0.0 # required for celery>=5 | ||
pyramid_celery @ git+https://github.com/crim-ca/[email protected] | ||
pyramid_mako | ||
python-dateutil | ||
pyramid_rewrite | ||
|
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