Skip to content

Commit

Permalink
remove extras require
Browse files Browse the repository at this point in the history
  • Loading branch information
guzzijones committed Jan 23, 2024
1 parent 3c2db2c commit 429f0e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ def get_requirements():
packages=find_packages(exclude=[]),
install_requires=get_requirements(),
license="Apache License (2.0)",
extras_require={
"tests": ["coverage", "pytest>=6.2.2", "pytest-cov", "mock"],
"build": ["wheel"],
},
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Information Technology",
Expand Down

0 comments on commit 429f0e0

Please sign in to comment.