Skip to content

Commit

Permalink
i think i got it now
Browse files Browse the repository at this point in the history
  • Loading branch information
computerquest committed Oct 3, 2018
1 parent 3325374 commit abf8df9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dj-database-url = "==0.4.2"
"Jinja2" = "==2.10"
Django = "==1.11.9"
Pillow = "==5.1.0"
sendgrid = "*"
sendgrid = "==5.6.0"

[dev-packages]

Expand Down
16 changes: 10 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Jinja2==2.10
django==1.11.7
djangorestframework==3.7.3
dj-database-url==0.4.2
Django==1.11.9
django-contact-us==0.4.1
django-crispy-forms==1.7.0
djangorestframework==3.7.3
gunicorn==19.7.1
whitenoise==3.3.1
dj-database-url==0.4.2
psycopg2-binary==2.7.4
Jinja2==2.10
MarkupSafe==1.0
Pillow==5.1.0
psycopg2-binary==2.7.4
python-http-client==3.1.0
pytz==2018.5
sendgrid==5.6.0
whitenoise==3.3.1

0 comments on commit abf8df9

Please sign in to comment.