Compare commits
No commits in common. "01e85aeb60a7471594ad709a8e4b5b0f7983a9fc" and "eb409af7b09cf2c8660ea26723079e19d257bfb7" have entirely different histories.
01e85aeb60
...
eb409af7b0
12
poetry.lock
generated
12
poetry.lock
generated
@ -302,7 +302,7 @@ python-versions = ">=3.6.1"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ics"
|
name = "ics"
|
||||||
version = "0.7.2"
|
version = "0.7.1"
|
||||||
description = "Python icalendar (rfc5545) parser"
|
description = "Python icalendar (rfc5545) parser"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
@ -310,7 +310,7 @@ python-versions = "*"
|
|||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
arrow = ">=0.11"
|
arrow = ">=0.11"
|
||||||
attrs = ">=19.1.0"
|
attrs = "*"
|
||||||
python-dateutil = "*"
|
python-dateutil = "*"
|
||||||
six = ">1.5"
|
six = ">1.5"
|
||||||
tatsu = ">4.2"
|
tatsu = ">4.2"
|
||||||
@ -710,7 +710,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "dc5551e68a8042602a7eb5ede7be40a758fc7eb7626e60f665f479a5a7fa8544"
|
content-hash = "63ed1a0bd1d40c76b8f8382069670f85935d67462a28555e966b4ea5cd6c85be"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiofiles = [
|
aiofiles = [
|
||||||
@ -961,9 +961,9 @@ hyperframe = [
|
|||||||
{file = "hyperframe-6.0.1.tar.gz", hash = "sha256:ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914"},
|
{file = "hyperframe-6.0.1.tar.gz", hash = "sha256:ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914"},
|
||||||
]
|
]
|
||||||
ics = [
|
ics = [
|
||||||
{file = "ics-0.7.2-py2.py3-none-any.whl", hash = "sha256:5fcf4d29ec6e7dfcb84120abd617bbba632eb77b097722b7df70e48dbcf26103"},
|
{file = "ics-0.7.1-py2.py3-none-any.whl", hash = "sha256:e7505c36d446d72e3d8095d2a958d185300b81d1cee6b33645b4164d92f75bdd"},
|
||||||
{file = "ics-0.7.2-py3.9.egg", hash = "sha256:da352bdf8418619dc93611e6d251f3cefbb42664777f6e00b580a722098124b7"},
|
{file = "ics-0.7.1-py3.9.egg", hash = "sha256:9ed1a83228272e606af3c47b589b3d4043873090f8410b7718bbe3c122612bbf"},
|
||||||
{file = "ics-0.7.2.tar.gz", hash = "sha256:6743539bca10391635249b87d74fcd1094af20b82098bebf7c7521df91209f05"},
|
{file = "ics-0.7.1.tar.gz", hash = "sha256:f2b1c9e56e89a91209403a17cf704a1dc76c87c00f1b633d65bc0404901e70fb"},
|
||||||
]
|
]
|
||||||
idna = [
|
idna = [
|
||||||
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
|
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
|
||||||
|
@ -8,7 +8,7 @@ license = "WTFPL"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
disnake = "2.5.1"
|
disnake = "2.5.1"
|
||||||
ics = "0.7.2"
|
ics = "0.7.1"
|
||||||
python-dotenv = "0.20.0"
|
python-dotenv = "0.20.0"
|
||||||
quart = "0.17.0"
|
quart = "0.17.0"
|
||||||
requests = "2.28.1"
|
requests = "2.28.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user