generated from daniil-berg/boilerplate-py
Add dependencies; adjust setup
This commit is contained in:
parent
dbf304fc2c
commit
5f823cb552
@ -0,0 +1,2 @@
|
|||||||
|
Pydantic
|
||||||
|
SQLAlchemy
|
16
setup.cfg
16
setup.cfg
@ -1,8 +1,8 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = orm2pydantic
|
name = orm2pydantic
|
||||||
version = 0.0.1
|
version = 0.1.0
|
||||||
author = Daniil
|
author = Daniil Fajnberg
|
||||||
author_email = mail@placeholder123.to
|
author_email = mail@daniil.fajnberg.de
|
||||||
description = Convert SQLAlchemy models to Pydantic models
|
description = Convert SQLAlchemy models to Pydantic models
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
@ -10,16 +10,20 @@ url = https://git.fajnberg.de/daniil/orm2pydantic
|
|||||||
project_urls =
|
project_urls =
|
||||||
Bug Tracker = https://git.fajnberg.de/daniil/orm2pydantic/issues
|
Bug Tracker = https://git.fajnberg.de/daniil/orm2pydantic/issues
|
||||||
classifiers =
|
classifiers =
|
||||||
Programming Language :: Python :: 3
|
Development Status :: 3 - Alpha
|
||||||
Operating System :: OS Independent
|
Operating System :: OS Independent
|
||||||
|
Programming Language :: Python :: 3 :: Only
|
||||||
|
Programming Language :: Python :: 3.9
|
||||||
|
Programming Language :: Python :: 3.10
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
package_dir =
|
package_dir =
|
||||||
= src
|
= src
|
||||||
packages = find:
|
packages = find:
|
||||||
python_requires = >=3
|
python_requires = >=3.9, <4.0
|
||||||
install_requires =
|
install_requires =
|
||||||
...
|
Pydantic
|
||||||
|
SQLAlchemy
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
dev =
|
dev =
|
||||||
|
Loading…
Reference in New Issue
Block a user