Skip to content

Commit

Permalink
support Python 3.12 (#587) with PasteDeploy==3.1.0 (Pylons/pastedeplo…
Browse files Browse the repository at this point in the history
…y#43) and pyramid_celery==5.0.0a (sontek/pyramid_celery#102)
  • Loading branch information
fmigneault committed Nov 21, 2023
1 parent 7079ab0 commit bc94e6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ numpy>=1.22.2
# esgf-compute-api (cwt) needs oauthlib but doesn't add it in their requirements
oauthlib
owslib==0.29.3
PasteDeploy>=3.1.0; python_version >= "3.12"
pint
psutil
# FIXME: pymongo>=4 breaks with kombu corresponding to pinned Celery
Expand All @@ -73,7 +74,7 @@ pyramid>=1.7.3
pyramid_beaker>=0.8
# 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
git+https://github.com/crim-ca/pyramid_celery/tree/5.0.0a#egg=pyramid_celery
pyramid_celery @ git+https://github.com/crim-ca/pyramid_celery.git@5.0.0a
pyramid_mako
python-dateutil
pyramid_rewrite
Expand Down

0 comments on commit bc94e6f

Please sign in to comment.