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

Commit

Permalink
Merge pull request #142 from CSCfi/dev
Browse files Browse the repository at this point in the history
hotfix readthedocs build fix
  • Loading branch information
blankdots committed Jan 17, 2020
2 parents 89de6dc + 247fcca commit 482093c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __getattr__(cls, name):


# List modules need to be mocked
MOCK_MODULES = ['aiohttp', 'asyncpg', 'cyvcf2',
MOCK_MODULES = ['aiohttp', 'asyncpg', 'cyvcf2', 'aiohttp_cors',
'Cython', 'numpy', 'authlib.jose', 'authlib.jose.errors',
'uvloop', 'aiocache', 'aiocache.serializers']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
install_requires=['aiohttp', 'asyncpg', 'authlib', 'aiohttp_cors',
'jsonschema', 'gunicorn>=20.0.1'],
install_requires=['asyncpg', 'authlib', 'aiohttp_cors',
'jsonschema', 'gunicorn>=20.0.1', 'aiohttp'],
extras_require={
'test': ['coverage==4.5.4', 'pytest', 'pytest-cov',
'coveralls', 'testfixtures', 'tox',
Expand Down

0 comments on commit 482093c

Please sign in to comment.