Skip to content

Commit 8006be6

Browse files
committed
build: move requirements to setup.py
1 parent 06d59f8 commit 8006be6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
author_email="[email protected]",
2020
description=pyproject["tool"]["poetry"]["description"],
2121
include_package_data=True,
22-
install_requires=(Path(__file__).parent / "requirements.txt").read_text().splitlines(),
22+
install_requires=["discord-py-interactions>=5.0.0,<6.0.0"],
2323
extras_require=extras_require,
2424
license=pyproject["tool"]["poetry"]["license"],
2525
long_description=(Path(__file__).parent / "README.md").read_text(),

0 commit comments

Comments
 (0)