Upload current progress
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[project]
|
||||
name = "obsidian-automator"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"argon2-cffi>=25.1.0",
|
||||
"bcrypt>=5.0.0",
|
||||
"couchdb>=1.2",
|
||||
"google-genai>=1.56.0",
|
||||
"passlib>=1.7.4",
|
||||
"reflex>=0.8.24.post1",
|
||||
"requests>=2.32.5",
|
||||
"schedule>=1.2.2",
|
||||
]
|
||||
Reference in New Issue
Block a user