Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Add boto3 and django-storages reqs
Browse files Browse the repository at this point in the history
Needed for s3 media/static file wrangling within django
  • Loading branch information
msheiny committed Dec 21, 2018
1 parent 45d22c4 commit a00d83a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions securethenews/requirements.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
boto3 # s3 storage
Django>=1.11.15<2
django-analytical
django-cors-headers
django-crispy-forms
django-filter
-e git+https://github.com/freedomofpress/django-logging.git@51f4fd4b02fafc3d6d9cddb5658247497404df7e#egg=django-logging-json
django-mailgun
django-storages # s3 asset storage
elasticsearch
gunicorn
markdown2>=2.3.5 # required by pshtt, forcing newer version for patch
Expand Down
8 changes: 7 additions & 1 deletion securethenews/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
-e git+https://github.com/freedomofpress/django-logging.git@51f4fd4b02fafc3d6d9cddb5658247497404df7e#egg=django-logging-json
asn1crypto==0.22.0 # via cryptography
beautifulsoup4==4.6.0 # via pytablereader, wagtail
boto3==1.7.48
botocore==1.10.48 # via boto3, s3transfer
certifi==2017.7.27.1 # via requests
cffi==1.10.0 # via cryptography
chardet==3.0.4 # via requests
Expand All @@ -18,16 +20,19 @@ django-crispy-forms==1.6.1
django-filter==1.0.4
django-mailgun==0.9.1
django-modelcluster==3.1 # via wagtail
django-storages==1.6.6
django-taggit==0.22.1 # via wagtail
django-treebeard==4.1.2 # via wagtail
django==1.11.15
djangorestframework==3.6.4 # via wagtail
docopt==0.6.2 # via pshtt
docutils==0.14 # via botocore
dominate==2.3.1 # via pytablewriter
elasticsearch==5.4.0
gunicorn==19.7.1
html5lib==0.999999999 # via wagtail
idna==2.6 # via cryptography, requests
jmespath==0.9.3 # via boto3, botocore
jsonschema==2.6.0 # via pytablereader
logbook==1.1.0 # via dataproperty, pytablereader, pytablewriter, simplesqlite
markdown2==2.3.5
Expand All @@ -45,11 +50,12 @@ pyopenssl==17.2.0 # via pshtt
pyparsing==2.2.0 # via pytablereader
pytablereader==0.13.3 # via pytablewriter, simplesqlite
pytablewriter==0.24.0 # via pshtt
python-dateutil==2.6.1 # via typepy
python-dateutil==2.6.1 # via botocore, typepy
python-json-logger==0.1.8
pytz==2017.2 # via django, django-modelcluster, typepy
requests-cache==0.4.13 # via pshtt
requests==2.18.4 # via django-mailgun, pshtt, pytablereader, requests-cache, wagtail
s3transfer==0.1.13 # via boto3
simplesqlite==0.15.0 # via pytablewriter
six==1.10.0 # via cryptography, django-mailgun, html5lib, mbstrdecoder, pyopenssl, pytablereader, pytablewriter, python-dateutil, simplesqlite, typepy, unittest-xml-reporting
sslyze==1.1.4 # via pshtt
Expand Down

0 comments on commit a00d83a

Please sign in to comment.