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

Commit

Permalink
Add pip and gunicorn as explicit requirements in the environments.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
allella committed Aug 6, 2019
1 parent 5968bcf commit ffd7ed0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: cal_service
dependencies:
- python=3.6
- pip
- gunicorn
- pip:
- Flask==0.12.2
- simplejson==3.11.1
Expand Down

0 comments on commit ffd7ed0

Please sign in to comment.