Skip to content

Commit 37763cb

Browse files
author
Jason Munro
authored
Add testing reqs
1 parent 06e4f4e commit 37763cb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@
3333
],
3434
extras_require={
3535
"all": ["emmet-core[all]>=0.54.0", "custodian", "mpcontribs-client", "boto3"],
36+
"testing": ["pre-commit==2.17.0",
37+
"pytest==7.1.1",
38+
"pytest-asyncio==0.18.3",
39+
"pytest-cov==3.0.0",
40+
"pytest-mock==3.7.0",
41+
"flake8==4.0.1",
42+
"pycodestyle==2.8.0",
43+
"mypy==0.942",
44+
"mypy-extensions==0.4.3",
45+
"typing-extensions==4.1.1",
46+
"types-pkg_resources==0.1.3"
47+
"types-requests==2.27.15"]
3648
},
3749
classifiers=[
3850
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)