ryefoxlime commited on
Commit
892da85
1 Parent(s): 26b98fd

addeed huggingface_hub

Browse files
Files changed (1) hide show
  1. pyproject.toml +4 -2
pyproject.toml CHANGED
@@ -1,7 +1,9 @@
1
  [project]
2
  name = "tadbot"
3
  version = "0.1.0"
4
- description = "Add your description here"
5
  readme = "README.md"
6
  requires-python = ">=3.11"
7
- dependencies = []
 
 
 
1
  [project]
2
  name = "tadbot"
3
  version = "0.1.0"
4
+ description = "Therapy Anti-Depression Bot"
5
  readme = "README.md"
6
  requires-python = ">=3.11"
7
+ dependencies = [
8
+ "huggingface-hub",
9
+ ]