Skip to content

Commit

Permalink
Add extra requirement option for recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Dec 6, 2024
1 parent e13fd77 commit eb5b014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def build_extension(self, ext):
},
python_requires=">=3.9",
install_requires=get_requirements("main.txt"),
extras_require={"recipes": get_requirements("recipes.txt")},
cmdclass=versioneer.get_cmdclass(
{
"build_ext": coredis_build_ext,
Expand Down

0 comments on commit eb5b014

Please sign in to comment.