Skip to content

Commit

Permalink
remove requires which cause conflict on conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanSiemen committed Feb 7, 2019
1 parent 97dfd11 commit 231ea36
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,13 @@ def read(fname):
name='cdsapi',
version=version,
author='ECMWF',
author_email='[email protected]',
author_email='software.support@ecmwf.int',
license='Apache 2.0',
url='https://software.ecmwf.int/stash/projects/CDS/repos/cdsapi',
description="Climate Data Store API",
long_description=read('README.rst'),
packages=setuptools.find_packages(),
include_package_data=True,
setup_requires=[
'pytest-runner',
],
install_requires=[
'requests>=2.5.0',
],
tests_require=[
'pytest',
],
zip_safe=True,
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 231ea36

Please sign in to comment.