mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
update requirements for new image. Use boto3 instead of s3 and use nosetests
This commit is contained in:
parent
9221147309
commit
fa92ac24fd
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,7 @@ django-anymail==7.2.1
|
||||||
django-compress==1.0.1
|
django-compress==1.0.1
|
||||||
django-cors-middleware==1.3.1
|
django-cors-middleware==1.3.1
|
||||||
django-extensions==3.1.0
|
django-extensions==3.1.0
|
||||||
|
django-nose==1.4.7
|
||||||
django-oauth-toolkit==1.3.3
|
django-oauth-toolkit==1.3.3
|
||||||
django-paypal==1.0.0
|
django-paypal==1.0.0
|
||||||
django-qurl==0.1.1
|
django-qurl==0.1.1
|
||||||
|
@ -35,6 +36,8 @@ django-typogrify==1.3.3
|
||||||
dnspython==2.0.0
|
dnspython==2.0.0
|
||||||
dopy==0.3.7
|
dopy==0.3.7
|
||||||
elasticsearch==7.12.1
|
elasticsearch==7.12.1
|
||||||
|
factory-boy-3.2.0
|
||||||
|
Faker-8.8.2
|
||||||
feedparser==6.0.2
|
feedparser==6.0.2
|
||||||
filelock==3.0.12
|
filelock==3.0.12
|
||||||
Flask==1.1.2
|
Flask==1.1.2
|
||||||
|
@ -66,6 +69,8 @@ mock==4.0.2
|
||||||
mongoengine==0.21.0
|
mongoengine==0.21.0
|
||||||
msgpack==1.0.2
|
msgpack==1.0.2
|
||||||
ndg-httpsclient==0.5.1
|
ndg-httpsclient==0.5.1
|
||||||
|
nose==1.3.7
|
||||||
|
nose-exclude==0.5.0
|
||||||
numpy==1.19.4
|
numpy==1.19.4
|
||||||
oauth2==1.9.0.post1
|
oauth2==1.9.0.post1
|
||||||
oauthlib==3.1.0
|
oauthlib==3.1.0
|
||||||
|
@ -110,6 +115,7 @@ sqlparse==0.4.1
|
||||||
stevedore==3.3.0
|
stevedore==3.3.0
|
||||||
stripe==2.55.1
|
stripe==2.55.1
|
||||||
subdomains==3.0.1
|
subdomains==3.0.1
|
||||||
|
text-unidecode-1.3
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
tweepy==3.9.0
|
tweepy==3.9.0
|
||||||
urllib3==1.26.2
|
urllib3==1.26.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue