DeWitt Gibson commited on
Commit
0ed66a5
·
1 Parent(s): eff271e

Error fix

Browse files
Files changed (2) hide show
  1. requirements.txt +0 -7
  2. requirements/base.txt +1 -6
requirements.txt CHANGED
@@ -4,13 +4,6 @@
4
  # CLI Dependencies
5
  click>=8.1.0
6
  rich>=13.0.0
7
- pathlib>=1.0.1
8
-
9
- # Core Dependencies
10
- dataclasses>=0.6
11
- typing>=3.7.4
12
- logging>=0.5.1.2
13
- enum34>=1.1.10
14
 
15
  # Dashboard Dependencies
16
  streamlit>=1.28.0
 
4
  # CLI Dependencies
5
  click>=8.1.0
6
  rich>=13.0.0
 
 
 
 
 
 
 
7
 
8
  # Dashboard Dependencies
9
  streamlit>=1.28.0
requirements/base.txt CHANGED
@@ -2,15 +2,10 @@
2
  # Core dependencies
3
  click>=8.1.0
4
  rich>=13.0.0
5
- pathlib>=1.0.1
6
- dataclasses>=0.6
7
- typing>=3.7.4
8
- enum34>=1.1.10
9
  pyyaml>=6.0.1
10
  psutil>=5.9.0
11
  python-json-logger>=2.0.7
12
- dataclasses>=0.6
13
- typing-extensions>=4.5.0
14
  pyjwt>=2.8.0
15
  cryptography>=41.0.0
16
  certifi>=2023.7.22
 
2
  # Core dependencies
3
  click>=8.1.0
4
  rich>=13.0.0
5
+ typing-extensions>=4.5.0
 
 
 
6
  pyyaml>=6.0.1
7
  psutil>=5.9.0
8
  python-json-logger>=2.0.7
 
 
9
  pyjwt>=2.8.0
10
  cryptography>=41.0.0
11
  certifi>=2023.7.22