We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a86bf commit c412673Copy full SHA for c412673
web-apps/utils/pyproject.toml
@@ -0,0 +1,7 @@
1
+[project]
2
+name = "utils"
3
+version = "0.0.1"
4
+dependencies = [
5
+ "pydantic",
6
+ "structlog",
7
+]
web-apps/utils/setup.py
@@ -1,8 +1,3 @@
-from setuptools import setup, find_packages
+from setuptools import setup
-setup(
- name='web-app-utils',
- version='0.0.1',
- py_modules=["utils"],
- requires=["pydantic"]
8
-)
+setup()
0 commit comments