We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d59f8 commit 8006be6Copy full SHA for 8006be6
requirements.txt
setup.py
@@ -19,7 +19,7 @@
19
author_email="damego.dev@gmail.com",
20
description=pyproject["tool"]["poetry"]["description"],
21
include_package_data=True,
22
- install_requires=(Path(__file__).parent / "requirements.txt").read_text().splitlines(),
+ install_requires=["discord-py-interactions>=5.0.0,<6.0.0"],
23
extras_require=extras_require,
24
license=pyproject["tool"]["poetry"]["license"],
25
long_description=(Path(__file__).parent / "README.md").read_text(),
0 commit comments