Wauplin HF staff commited on
Commit
d6ef8f0
1 Parent(s): 0fc235e
Files changed (1) hide show
  1. setup.py +4 -2
setup.py CHANGED
@@ -12,15 +12,17 @@ def get_version() -> str:
12
 
13
 
14
  install_requires = [
15
- "gradio[oauth]>=3.44",
 
16
  ]
17
 
18
  extras = {}
19
 
20
  extras["dev"] = [
21
  "ruff",
22
- "black",
23
  "mypy",
 
 
24
  ]
25
 
26
 
 
12
 
13
 
14
  install_requires = [
15
+ "gradio",
16
+ "git+https://github.com/huggingface/huggingface_hub@main",
17
  ]
18
 
19
  extras = {}
20
 
21
  extras["dev"] = [
22
  "ruff",
 
23
  "mypy",
24
+ "types-requests",
25
+ "types-ujson",
26
  ]
27
 
28