Skip to content

Commit a304816

Browse files
committed
use pyramid_celery==5.0.0a (sontek/pyramid_celery#102, #587)
1 parent f78681f commit a304816

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ psutil
7171
pymongo>=4 # either (pymongo>=4, kombu>=5.3.0b2) or (pymongo<4, celery<5.2)
7272
pyramid>=1.7.3
7373
pyramid_beaker>=0.8
74-
pyramid_celery>=4.0.0 # required for celery>=5
74+
# see https://github.com/sontek/pyramid_celery/pull/102 to fix Python 3.12 support and other improvements
75+
#pyramid_celery>=4.0.0 # required for celery>=5
76+
git+https://github.com/crim-ca/pyramid_celery/tree/5.0.0a#egg=pyramid_celery
7577
pyramid_mako
7678
python-dateutil
7779
pyramid_rewrite

0 commit comments

Comments
 (0)