Skip to content

Commit 7d219f5

Browse files
committed
support Python 3.12 (#587) with PasteDeploy==3.1.0 (Pylons/pastedeploy#43) and pyramid_celery==5.0.0a (sontek/pyramid_celery#102)
1 parent f32a1f6 commit 7d219f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ numpy>=1.22.2
6161
# esgf-compute-api (cwt) needs oauthlib but doesn't add it in their requirements
6262
oauthlib
6363
owslib==0.28.1
64+
PasteDeploy>=3.1.0; python_version >= "3.12"
6465
psutil
6566
# FIXME: pymongo>=4 breaks with kombu corresponding to pinned Celery
6667
# - https://github.com/crim-ca/weaver/issues/386
@@ -69,7 +70,9 @@ psutil
6970
pymongo>=4 # either (pymongo>=4, kombu>=5.3.0b2) or (pymongo<4, celery<5.2)
7071
pyramid>=1.7.3
7172
pyramid_beaker>=0.8
72-
pyramid_celery>=4.0.0 # required for celery>=5
73+
# see https://github.com/sontek/pyramid_celery/pull/102 to fix Python 3.12 support and other improvements
74+
#pyramid_celery>=4.0.0 # required for celery>=5
75+
pyramid_celery @ git+https://github.com/crim-ca/[email protected]
7376
pyramid_mako
7477
python-dateutil
7578
pyramid_rewrite

0 commit comments

Comments
 (0)