Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Munro committed May 10, 2023
1 parent 138057f commit e5b6e17
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,20 @@
],
extras_require={
"all": ["emmet-core[all]>=0.54.0", "custodian", "mpcontribs-client", "boto3"],
"test": ["pre-commit", "pytest", "pytest-asyncio","pytest-cov", "pytest-mock", "flake8", "pycodestyle", "mypy", "mypy-extensions", "typing-extensions", "types-pkg_resources", "types-requests"]
"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 e5b6e17

Please sign in to comment.