0.2.0 initial commit
This commit is contained in:
commit
6f67d125af
38 changed files with 2051 additions and 0 deletions
33
pyproject.toml
Normal file
33
pyproject.toml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
[project]
|
||||
name = "sakuragasaki46_xefyl"
|
||||
authors = [
|
||||
{ name = "Sakuragasaki46" }
|
||||
]
|
||||
dynamic = ["version"]
|
||||
dependencies = [
|
||||
"Python-Dotenv>=1.0.0",
|
||||
"Flask",
|
||||
"SQLAlchemy",
|
||||
"Flask-SqlAlchemy",
|
||||
"Flask-Login",
|
||||
"Flask-WTF",
|
||||
"Pillow",
|
||||
"Pillow-Heif",
|
||||
"psycopg2",
|
||||
"alembic"
|
||||
]
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
"Private :: X"
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"Cython"
|
||||
]
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["xefyl"]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = { attr = "xefyl.__version__" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue