timer-bot 1.8__tar.gz → 1.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {timer_bot-1.8 → timer_bot-1.9}/CHANGELOG.rst +6 -0
- {timer_bot-1.8 → timer_bot-1.9}/PKG-INFO +3 -3
- {timer_bot-1.8 → timer_bot-1.9}/pyproject.toml +2 -2
- {timer_bot-1.8 → timer_bot-1.9}/LICENSE +0 -0
- {timer_bot-1.8 → timer_bot-1.9}/MANIFEST.in +0 -0
- {timer_bot-1.8 → timer_bot-1.9}/README.md +0 -0
- {timer_bot-1.8 → timer_bot-1.9}/setup.cfg +0 -0
- {timer_bot-1.8 → timer_bot-1.9}/src/__init__.py +0 -0
- {timer_bot-1.8 → timer_bot-1.9}/src/timer_bot.py +0 -0
- {timer_bot-1.8 → timer_bot-1.9}/timer_bot.egg-info/SOURCES.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: timer-bot
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.9
|
|
4
4
|
Summary: Discord Timer Bot
|
|
5
5
|
Author-email: Lionel Panhaleux <lionel.panhaleux+timer@gmail.com>
|
|
6
6
|
Project-URL: Repository, https://github.com/lionel-panhaleux/timer-bot
|
|
@@ -16,8 +16,8 @@ Classifier: Environment :: Web Environment
|
|
|
16
16
|
Requires-Python: >=3.11
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
18
|
License-File: LICENSE
|
|
19
|
-
Requires-Dist: discord-py-interactions
|
|
20
|
-
Requires-Dist: uvloop
|
|
19
|
+
Requires-Dist: discord-py-interactions>=5.13
|
|
20
|
+
Requires-Dist: uvloop>=0.21
|
|
21
21
|
Provides-Extra: dev
|
|
22
22
|
Requires-Dist: black; extra == "dev"
|
|
23
23
|
Requires-Dist: ruff; extra == "dev"
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "timer-bot"
|
|
7
|
-
version = "1.
|
|
7
|
+
version = "1.9"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name = "Lionel Panhaleux", email = "lionel.panhaleux+timer@gmail.com" },
|
|
10
10
|
]
|
|
@@ -22,7 +22,7 @@ classifiers = [
|
|
|
22
22
|
"Operating System :: OS Independent",
|
|
23
23
|
"Environment :: Web Environment",
|
|
24
24
|
]
|
|
25
|
-
dependencies = ["discord-py-interactions
|
|
25
|
+
dependencies = ["discord-py-interactions>=5.13", "uvloop>=0.21"]
|
|
26
26
|
|
|
27
27
|
[project.optional-dependencies]
|
|
28
28
|
dev = ["black", "ruff", "zest.releaser[recommended]"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|