-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #621 from crim-ca/gunicorn
- Loading branch information
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,9 +40,8 @@ esgf-compute-api @ git+https://github.com/ESGF/[email protected] | |
# (https://github.com/KipCrossing/geotiff/pull/59) | ||
geotiff>=0.2.8 | ||
# gunicorn >20 breaks some config.ini loading parameters (paste) | ||
# it is also only available for Python >=3.5 | ||
# use pserve to continue supporting config.ini with paste settings | ||
gunicorn>=20.0.4 | ||
gunicorn>=22 | ||
# reduced dependencies contrains to let packages update to latest (https://github.com/vinitkumar/json2xml/issues/157) | ||
# even more reduced dependency constraints (https://github.com/vinitkumar/json2xml/pull/195) | ||
json2xml>=4.1.0 | ||
|