Install py-interactions from PyPI instead of git and remove wait-for
This commit is contained in:
16
poetry.lock
generated
16
poetry.lock
generated
@ -1,4 +1,4 @@
|
||||
# This file is automatically @generated by Poetry 1.4.1 and should not be changed by hand.
|
||||
# This file is automatically @generated by Poetry and should not be changed by hand.
|
||||
|
||||
[[package]]
|
||||
name = "aiohttp"
|
||||
@ -344,8 +344,10 @@ description = "Easy, simple, scalable and modular: a Python API wrapper for inte
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.8.6"
|
||||
files = []
|
||||
develop = false
|
||||
files = [
|
||||
{file = "discord-py-interactions-4.4.0.tar.gz", hash = "sha256:671949003a20921f79072c49131000ed0e072bae7e538f91887c77eb2e64a2a6"},
|
||||
{file = "discord_py_interactions-4.4.0-py3-none-any.whl", hash = "sha256:5723fa5e8559e529aacbd6e0e873a1ba4b754d52c7b4779a1bfe02047d879a75"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
aiohttp = ">=3.8.1"
|
||||
@ -356,12 +358,6 @@ dev = ["Sphinx", "black", "enum-tools[sphinx]", "flake8", "furo", "isort", "pre-
|
||||
lint = ["black", "flake8", "isort", "pre-commit"]
|
||||
readthedocs = ["Sphinx", "enum-tools[sphinx]", "furo", "sphinx-copybutton", "sphinx-hoverxref"]
|
||||
|
||||
[package.source]
|
||||
type = "git"
|
||||
url = "https://github.com/interactions-py/library.git"
|
||||
reference = "unstable"
|
||||
resolved_reference = "ba978e577c56817ddc15fea5566f07681b3a92eb"
|
||||
|
||||
[[package]]
|
||||
name = "discord-webhook"
|
||||
version = "1.1.0"
|
||||
@ -1160,4 +1156,4 @@ multidict = ">=4.0"
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "5ffb209fd6cdcb3b41e644d895c5a123d0a8157d5d4ead212d424730fff4c6b5"
|
||||
content-hash = "40157f9b1c1187737cf7d2f8ef06b8fbef30ed46be0afb88ec52f430269ad993"
|
||||
|
@ -26,8 +26,7 @@ python-dotenv = "^1.0.0"
|
||||
apscheduler = "^3.9.1.post1"
|
||||
dateparser = "^1.1.4"
|
||||
sqlalchemy = "^1.4.45"
|
||||
discord-py-interactions = { git = "https://github.com/interactions-py/library.git", rev = "unstable" }
|
||||
interactions-wait-for = "^1.0.6"
|
||||
discord-py-interactions = "^4.4.0"
|
||||
dinteractions-paginator = { git = "https://github.com/interactions-py/paginator.git", rev = "unstable" }
|
||||
discord-webhook = "^1.0.0"
|
||||
|
||||
|
Reference in New Issue
Block a user