0.3.0: initial commit + Dockerfile + rewrite
This commit is contained in:
commit
e679de5991
77 changed files with 4147 additions and 0 deletions
34
pyproject.toml
Normal file
34
pyproject.toml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[project]
|
||||
name = "sakuragasaki46_freak"
|
||||
authors = [
|
||||
{ name = "Sakuragasaki46" }
|
||||
]
|
||||
dynamic = ["version"]
|
||||
dependencies = [
|
||||
"Python-Dotenv>=1.0.0",
|
||||
"Flask",
|
||||
"Flask-RestX",
|
||||
"Python-Slugify",
|
||||
"SQLAlchemy>=2.0.0",
|
||||
"Flask-SQLAlchemy",
|
||||
"Flask-WTF",
|
||||
"Flask-Login",
|
||||
"Alembic",
|
||||
"Markdown>=3.0.0",
|
||||
"PsycoPG2-binary",
|
||||
"libsass",
|
||||
"setuptools>=78.1.0",
|
||||
"sakuragasaki46-suou>=0.2.3"
|
||||
]
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
"Private :: X"
|
||||
]
|
||||
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["freak"]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = { attr = "freak.__version__" }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue