Skip to content

Commit

Permalink
Fix dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzakka committed Mar 17, 2024
1 parent 2d3d5db commit f4f24d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

testing_requirements = [
"pytest",
]
] + core_requirements

dev_requirements = [
"black",
Expand Down Expand Up @@ -82,6 +82,7 @@
install_requires=core_requirements,
extras_require={
"testing": testing_requirements,
"test": testing_requirements,
"dev": dev_requirements,
},
classifiers=classifiers,
Expand Down

0 comments on commit f4f24d7

Please sign in to comment.