Skip to content

Commit b3bf03c

Browse files
committed
Fix requires
1 parent 2829954 commit b3bf03c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

setup.cfg

+10-10
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers =
1414
License :: OSI Approved :: MIT License
1515
Natural Language :: English
1616
Operating System :: OS Independent
17+
Programming Language :: Python :: 3.6
1718
Programming Language :: Python :: 3.7
1819
Programming Language :: Python :: 3.8
1920
Programming Language :: Python :: 3.9
@@ -34,26 +35,25 @@ install_requires =
3435
numpy
3536
pandas
3637
scipy
37-
setuptools
3838
python_requires = >=3.6
39-
setup_requires =
40-
setuptools_scm
41-
pytest-runner
42-
extra_requires =
43-
cftime
44-
numpy_groupies
4539

4640
[bdist_wheel]
4741
universal = 1
4842

4943
[aliases]
50-
test=pytest
44+
test = pytest
5145

5246
[options.extras_require]
47+
io =
48+
cftime
49+
agg =
50+
numpy_groupies
5351
test =
5452
pytest >= 6.2.2
5553
pytest-cov
5654
all =
55+
%(io)s
56+
%(agg)s
5757
%(test)s
5858

5959
[flake8]
@@ -70,5 +70,5 @@ ignore =
7070
W503
7171

7272
[isort]
73-
known_first_party=xrft
74-
known_third_party=dask,numpy,pandas,pytest,pytest_lazyfixture,setuptools,sphinx_book_theme,xarray,zarr
73+
known_first_party = xrft
74+
known_third_party = xarray,dask,numpy,pandas,scipy,cftime,numpy_groupies,pytest,setuptools

0 commit comments

Comments
 (0)