aiteamutils 0.2.138__tar.gz → 0.2.139__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aiteamutils
3
- Version: 0.2.138
3
+ Version: 0.2.139
4
4
  Summary: AI Team Utilities
5
5
  Project-URL: Homepage, https://github.com/yourusername/aiteamutils
6
6
  Project-URL: Issues, https://github.com/yourusername/aiteamutils/issues
@@ -9,6 +9,7 @@ Classifier: License :: OSI Approved :: MIT License
9
9
  Classifier: Operating System :: OS Independent
10
10
  Classifier: Programming Language :: Python :: 3
11
11
  Requires-Python: >=3.8
12
+ Requires-Dist: aiofiles
12
13
  Requires-Dist: fastapi
13
14
  Requires-Dist: python-jose
14
15
  Requires-Dist: sqlalchemy
@@ -0,0 +1,2 @@
1
+ """버전 정보"""
2
+ __version__ = "0.2.139"
@@ -21,6 +21,7 @@ dependencies = [
21
21
  "fastapi",
22
22
  "sqlalchemy",
23
23
  "python-jose",
24
+ "aiofiles",
24
25
  ]
25
26
 
26
27
  [project.urls]
@@ -1,2 +0,0 @@
1
- """버전 정보"""
2
- __version__ = "0.2.138"
File without changes
File without changes
File without changes