Initial import
This commit is contained in:
26
pyproject.toml
Normal file
26
pyproject.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
[project]
|
||||
name = "daily-counter"
|
||||
description = "A daily counter for any habbit tracking"
|
||||
version = "0.1"
|
||||
dynamic = ["version"]
|
||||
requires-python = ">= 3.10"
|
||||
dependencies = [
|
||||
"alembic (==1.18.4)",
|
||||
"streamlit (==1.56.0)",
|
||||
"toml-cli (==0.8.2)",
|
||||
"authlib (==1.6.9)"
|
||||
]
|
||||
|
||||
[virtualenvs]
|
||||
in-project = true
|
||||
|
||||
[tool.alembic]
|
||||
script_location = "%(here)s/migrations"
|
||||
truncate_slug_length = 10
|
||||
file_template = "%%(year)d%%(month).2d%%(day).2d%%(hour)2d%%(minute)2d%%(second).2d_%%(slug)s"
|
||||
prepend_sys_path = [
|
||||
"."
|
||||
]
|
||||
|
||||
[tool.poetry]
|
||||
package-mode = false
|
||||
Reference in New Issue
Block a user