Commit
·
2fa0a8c
1
Parent(s):
6ca3752
chore: add uv
Browse files- pyproject.toml +13 -0
- uv.lock +0 -0
pyproject.toml
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[project]
|
| 2 |
+
name = "ecologits-calculator"
|
| 3 |
+
version = "0.1.0"
|
| 4 |
+
description = "Add your description here"
|
| 5 |
+
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.11"
|
| 7 |
+
dependencies = [
|
| 8 |
+
"ecologits>=0.7.3,<0.8.0",
|
| 9 |
+
"pint>=0.24.4",
|
| 10 |
+
"plotly>=6.2.0",
|
| 11 |
+
"streamlit>=1.47.1",
|
| 12 |
+
"tiktoken>=0.9.0",
|
| 13 |
+
]
|
uv.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|