sai07 commited on
Commit
6ecc6e4
·
1 Parent(s): 3446d2d
Files changed (1) hide show
  1. pyproject.toml +0 -20
pyproject.toml DELETED
@@ -1,20 +0,0 @@
1
- [tool.poetry]
2
- name = "personal-website-streamlit"
3
- version = "0.1.0"
4
- description = ""
5
- authors = ["pythoninthegrass <4097471+pythoninthegrass@users.noreply.github.com>"]
6
-
7
- [tool.poetry.dependencies]
8
- python = "3.10.4"
9
- streamlit-lottie = "0.0.2"
10
- streamlit = "1.3.0"
11
- requests = "2.24.0"
12
- Pillow = "8.4.0"
13
- protobuf = "~=3.19.0"
14
- watchdog = "^2.1.8"
15
-
16
- [tool.poetry.dev-dependencies]
17
-
18
- [build-system]
19
- requires = ["poetry-core>=1.0.0"]
20
- build-backend = "poetry.core.masonry.api"