xync-bot 0.2.9__tar.gz → 0.2.10__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.
Potentially problematic release.
This version of xync-bot might be problematic. Click here for more details.
- {xync_bot-0.2.9 → xync_bot-0.2.10}/PKG-INFO +2 -2
- {xync_bot-0.2.9 → xync_bot-0.2.10}/pyproject.toml +2 -2
- {xync_bot-0.2.9 → xync_bot-0.2.10}/xync_bot.egg-info/PKG-INFO +2 -2
- {xync_bot-0.2.9 → xync_bot-0.2.10}/xync_bot.egg-info/requires.txt +1 -1
- {xync_bot-0.2.9 → xync_bot-0.2.10}/setup.cfg +0 -0
- {xync_bot-0.2.9 → xync_bot-0.2.10}/xync_bot/__init__.py +0 -0
- {xync_bot-0.2.9 → xync_bot-0.2.10}/xync_bot/handlers/__init__.py +0 -0
- {xync_bot-0.2.9 → xync_bot-0.2.10}/xync_bot/handlers/main.py +0 -0
- {xync_bot-0.2.9 → xync_bot-0.2.10}/xync_bot/handlers/vpn.py +0 -0
- {xync_bot-0.2.9 → xync_bot-0.2.10}/xync_bot/shared.py +0 -0
- {xync_bot-0.2.9 → xync_bot-0.2.10}/xync_bot.egg-info/SOURCES.txt +0 -0
- {xync_bot-0.2.9 → xync_bot-0.2.10}/xync_bot.egg-info/dependency_links.txt +0 -0
- {xync_bot-0.2.9 → xync_bot-0.2.10}/xync_bot.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: xync-bot
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.10
|
|
4
4
|
Summary: Telegram bot with web app for xync net
|
|
5
5
|
Author-email: Artemiev <mixartemev@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -11,5 +11,5 @@ Requires-Python: >=3.11
|
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
Requires-Dist: aiogram
|
|
13
13
|
Requires-Dist: python-dotenv
|
|
14
|
-
Requires-Dist:
|
|
14
|
+
Requires-Dist: xn-api
|
|
15
15
|
Requires-Dist: xync-schema
|
|
@@ -11,10 +11,10 @@ license = {text = "MIT"}
|
|
|
11
11
|
dependencies = [
|
|
12
12
|
"aiogram",
|
|
13
13
|
"python-dotenv",
|
|
14
|
-
"
|
|
14
|
+
"xn-api",
|
|
15
15
|
"xync-schema",
|
|
16
16
|
]
|
|
17
|
-
version = "0.2.
|
|
17
|
+
version = "0.2.10"
|
|
18
18
|
|
|
19
19
|
[project.urls]
|
|
20
20
|
Homepage = "https://gitlab.com/xync/back/tg-bot"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: xync-bot
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.10
|
|
4
4
|
Summary: Telegram bot with web app for xync net
|
|
5
5
|
Author-email: Artemiev <mixartemev@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -11,5 +11,5 @@ Requires-Python: >=3.11
|
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
Requires-Dist: aiogram
|
|
13
13
|
Requires-Dist: python-dotenv
|
|
14
|
-
Requires-Dist:
|
|
14
|
+
Requires-Dist: xn-api
|
|
15
15
|
Requires-Dist: xync-schema
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|