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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xync-bot
3
- Version: 0.2.9
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: tortoise-api
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
- "tortoise-api",
14
+ "xn-api",
15
15
  "xync-schema",
16
16
  ]
17
- version = "0.2.9"
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.9
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: tortoise-api
14
+ Requires-Dist: xn-api
15
15
  Requires-Dist: xync-schema
@@ -1,4 +1,4 @@
1
1
  aiogram
2
2
  python-dotenv
3
- tortoise-api
3
+ xn-api
4
4
  xync-schema
File without changes
File without changes
File without changes