Skip to content

Commit

Permalink
Fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed May 10, 2023
1 parent 37763cb commit 138057f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,7 @@
],
extras_require={
"all": ["emmet-core[all]>=0.54.0", "custodian", "mpcontribs-client", "boto3"],
"testing": ["pre-commit==2.17.0",
"pytest==7.1.1",
"pytest-asyncio==0.18.3",
"pytest-cov==3.0.0",
"pytest-mock==3.7.0",
"flake8==4.0.1",
"pycodestyle==2.8.0",
"mypy==0.942",
"mypy-extensions==0.4.3",
"typing-extensions==4.1.1",
"types-pkg_resources==0.1.3"
"types-requests==2.27.15"]
"test": ["pre-commit", "pytest", "pytest-asyncio","pytest-cov", "pytest-mock", "flake8", "pycodestyle", "mypy", "mypy-extensions", "typing-extensions", "types-pkg_resources", "types-requests"]
},
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 138057f

Please sign in to comment.