nihalaninihal commited on
Commit
3198479
·
verified ·
1 Parent(s): 770b8b1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -1
requirements.txt CHANGED
@@ -11,4 +11,9 @@ seaborn>=0.13.2
11
  networkx>=3.2.1
12
  beautifulsoup4>=4.12.3
13
  requests>=2.31.0
14
- packaging>=23.2
 
 
 
 
 
 
11
  networkx>=3.2.1
12
  beautifulsoup4>=4.12.3
13
  requests>=2.31.0
14
+ packaging>=23.2
15
+ cachetools>=5.3.2
16
+ fpdf>=1.7.2
17
+ aiohttp>=3.9.3
18
+ asyncio>=3.4.3
19
+ typing_extensions>=4.9.0