Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 6204ba0

Browse files
authored
Merge pull request #136 from CSCfi/hotfix/fix-gunicorn
Fix gunicorn version for alpine until it is resolved
2 parents fa04762 + 18eddf7 commit 6204ba0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ aiocache
1212
ujson
1313
aiomcache
1414
authlib
15-
gunicorn
15+
gunicorn==19.9.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'Programming Language :: Python :: 3.7',
4747
],
4848
install_requires=['aiohttp', 'asyncpg', 'authlib',
49-
'jsonschema', 'gunicorn'],
49+
'jsonschema', 'gunicorn==19.9.0'],
5050
extras_require={
5151
'test': ['coverage', 'pytest', 'pytest-cov',
5252
'coveralls', 'testfixtures', 'tox',

0 commit comments

Comments
 (0)