Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/requirements_docker.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements_core.txt

# Serving
honcho==1.0.1 # Allows a Procfile to run multiple processes
honcho==1.1.0 # Allows a Procfile to run multiple processes
gunicorn==20.0.4 # Primary server for wsgi
2 changes: 1 addition & 1 deletion config/requirements_heroku.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
dj-database-url==0.5.0 # To obtain the Heroku service's database URL

# Serving
honcho==1.0.1 # Allows a Procfile to run multiple processes
honcho==1.1.0 # Allows a Procfile to run multiple processes
gunicorn==20.0.4 # Primary server for wsgi

# Cache
Expand Down