|
39 | 39 | 'Programming Language :: Python :: 3.7', |
40 | 40 | ], |
41 | 41 | install_requires=['asyncpg', 'aiohttp', 'authlib', 'aiohttp_cors', |
42 | | - 'jsonschema', 'gunicorn>=20.0.1', 'aiohttp', |
43 | | - 'ujson', "cyvcf2==0.10.1; python_version < '3.7'", |
44 | | - "cyvcf2; python_version >= '3.7'", 'uvloop', |
45 | | - 'aiocache', 'ujson', 'aiomcache', 'Cython', |
46 | | - 'numpy'], |
| 42 | + 'jsonschema', 'gunicorn>=20.0.1', |
| 43 | + 'ujson', 'uvloop', 'aiocache', 'ujson', 'aiomcache'], |
47 | 44 | extras_require={ |
| 45 | + 'vcf': ["cyvcf2==0.10.1; python_version < '3.7'", 'numpy', |
| 46 | + "cyvcf2; python_version >= '3.7'", 'Cython'], |
48 | 47 | 'test': ['coverage==4.5.4', 'pytest<5.4', 'pytest-cov', |
49 | 48 | 'coveralls', 'testfixtures', 'tox', |
50 | 49 | 'flake8', 'flake8-docstrings', 'asynctest', 'aioresponses'], |
|
0 commit comments