Skip to content

Commit

Permalink
refine requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfg1969 committed Nov 24, 2018
1 parent 2fffa80 commit 66af8dc
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 373 deletions.
3 changes: 1 addition & 2 deletions .ebextensions/01_setup_web_container.config
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ files:
--max-requests=5000 \
--vacuum \
--venv=/opt/python/run/venv \
--chmod-socket=666 \
--gevent=100
--chmod-socket=666

"/opt/python/etc/uwsgi.conf" :
mode: "000644"
Expand Down
8 changes: 0 additions & 8 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"


[dev-packages]

awsebcli = "*"


[packages]

django = ">1.11.13,<2.0.0"
mysqlclient = "*"
pillow = "*"
django-environ = "*"
django-grappelli = "*"
uwsgi = "*"
gevent = "*"
Loading

0 comments on commit 66af8dc

Please sign in to comment.