miguelgrinberg/flask-celery-example

Update Requirements.txt

jgerry2002 opened this issue · 1 comments

Old flask email extension long deprecated. New version kept complaining about compatibility with the older version of Flask specified. I also had "missing extension issues". I just pulled the list in manually and everything functions. Great demonstration as always, I sincerely appreciate your efforts.

I am using python 3.4.5 on a Centos 7 machine:

My pip freeze base on a line by line manual install of requirements:

amqp==2.2.2
anyjson==0.3.3
billiard==3.5.0.3
blinker==1.4
celery==4.1.0
click==6.7
Flask==0.12.2
Flask-Mail==0.9.1
itsdangerous==0.24
Jinja2==2.10
kombu==4.1.0
MarkupSafe==1.0
pytz==2018.4
redis==2.10.6
vine==1.1.4
Werkzeug==0.14.1

Thanks,
Justin

This issue will be automatically closed due to being inactive for more than six months. Please reopen if you need more assistance.