celery / django-celery-results

Celery result back end with django
Other
668 stars 206 forks source link

Issue installing master via poetry #360

Closed orf closed 1 year ago

orf commented 1 year ago

If you install this project with Poetry, you get the following error:

        error in django_celery_results setup command: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after name and no valid version specifier)
            pytz>dev

I believe we can just get rid of the >dev specifier?

amo13 commented 1 year ago

Landed here following an installation issue with the AUR package. Could we please have a new minor release including this fix? Then I'd ask the package maintainer to update it so it installs/updates without manual intervention on archlinux. Thanks!

auvipy commented 1 year ago

yeah we should release a new version ASAP

amo13 commented 1 year ago

Hey, can we please have a new minor release including this fix?