Skip to content

Commit

Permalink
fix install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
w4ffl35 committed Apr 24, 2024
1 parent d63dd1d commit 5df0e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
packages=find_packages("src"),
python_requires=">=3.10.0",
install_requires=[
],
dependency_links=[
"nullscream==0.1.0",
"darklock==0.1.0",
"shadowlogger==0.1.0",
],
dependency_links=[
],
)

0 comments on commit 5df0e10

Please sign in to comment.