mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
alphabetize requirements and also change celery version to celery>=4,<5
This commit is contained in:
parent
859de6e0ce
commit
fca7f97b47
1 changed files with 10 additions and 10 deletions
|
@ -1,14 +1,15 @@
|
|||
# -e git://github.com/tweepy/tweepy.git#egg=tweepy
|
||||
anyjson==0.3.3
|
||||
bleach==3.2.1
|
||||
beautifulsoup4==4.9.3
|
||||
bleach==3.2.1
|
||||
boto==2.49.0
|
||||
celery>=5,<6
|
||||
celery>=4,<5
|
||||
chardet==3.0.4
|
||||
cssutils==1.0.2
|
||||
django-anymail[mailgun]==7.2.1
|
||||
django-compress==1.0.1
|
||||
django-cors-middleware==1.3.1
|
||||
django-extensions==3.1.0
|
||||
django-anymail[mailgun]==7.2.1
|
||||
django-oauth-toolkit==1.3.3
|
||||
django-paypal==1.0
|
||||
django-qurl==0.1.1
|
||||
|
@ -19,8 +20,9 @@ django-timezone-field==4.1.1
|
|||
django-typogrify==1.3.3
|
||||
Django>=3.1,<3.2
|
||||
dnspython==2.0.0
|
||||
Fabric2==2.5.0
|
||||
dopy==0.3.7
|
||||
Fabric>=1.14.0,<2
|
||||
Fabric2==2.5.0
|
||||
feedparser>=6,<7
|
||||
flask==1.1.2
|
||||
gunicorn==20.0.4
|
||||
|
@ -31,18 +33,18 @@ isodate==0.6.0
|
|||
lxml==4.6.2
|
||||
mock==4.0.2
|
||||
mongoengine==0.21.0
|
||||
PyMySQL==0.10.1
|
||||
ndg-httpsclient==0.5.1
|
||||
nltk==3.5
|
||||
numpy==1.19.4
|
||||
oauth2==1.9.0.post1
|
||||
pillow==8.0.1
|
||||
psycopg2==2.8.6
|
||||
psutil==5.7.3
|
||||
psycopg2==2.8.6
|
||||
pyasn1==0.4.8
|
||||
pyes==0.99.6
|
||||
pyflakes==2.2.0
|
||||
pymongo==3.11.2
|
||||
PyMySQL==0.10.1
|
||||
pyopenssl>=17.5.0
|
||||
pytest==6.1.2
|
||||
python-dateutil==2.8.1
|
||||
|
@ -54,16 +56,14 @@ raven==6.10.0
|
|||
redis==3.5.3
|
||||
requests==2.25.0
|
||||
scipy==1.5.4
|
||||
sgmllib3k==1.0.0
|
||||
seacucumber==1.5.2
|
||||
sentry-sdk==0.19.4
|
||||
sgmllib3k==1.0.0
|
||||
simplejson==3.17.2
|
||||
six==1.15.0
|
||||
stripe==2.55.1
|
||||
subdomains==3.0.1
|
||||
tweepy==3.9.0
|
||||
virtualenvwrapper==4.8.4
|
||||
# -e git://github.com/tweepy/tweepy.git#egg=tweepy
|
||||
xlsxwriter==1.3.7
|
||||
urllib3==1.26.2
|
||||
virtualenvwrapper==4.8.4
|
||||
xlsxwriter==1.3.7
|
||||
|
|
Loading…
Add table
Reference in a new issue