mattkohl / docker-flask-celery-redis

Docker-Compose template for orchestrating a Flask app with a Celery queue using Redis
307 stars 131 forks source link

Invalid versions in requirements.txt #4

Open carolinux opened 4 years ago

carolinux commented 4 years ago

I needed to delete the following lines from requirements.txt

MarkupSafe==1.0
pytz==2018.3

Seems like those versions are not valid anymore. After doing that, the setup works fine. Thanks for providing this repo. Let me know if you would like me to open a PR for this change.

mattkohl commented 4 years ago

please do!

carolinux commented 4 years ago

@mattkohl done