smokxy commited on
Commit
6f2728d
·
1 Parent(s): a20ec34

add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +113 -0
requirements.txt ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohappyeyeballs==2.4.6
2
+ aiohttp==3.11.12
3
+ aiosignal==1.3.2
4
+ altair==5.5.0
5
+ annotated-types==0.7.0
6
+ anyio==4.8.0
7
+ APScheduler==3.11.0
8
+ async-timeout==5.0.1
9
+ attrs==25.1.0
10
+ beautifulsoup4==4.13.3
11
+ black==25.1.0
12
+ blinker==1.9.0
13
+ cachetools==5.5.1
14
+ certifi==2025.1.31
15
+ cffi==1.17.1
16
+ charset-normalizer==3.4.1
17
+ click==8.1.8
18
+ cryptography==44.0.1
19
+ dnspython==2.7.0
20
+ dotenv==0.9.9
21
+ duckduckgo_search==7.3.2
22
+ exceptiongroup==1.2.2
23
+ flake8==7.1.1
24
+ Flask==3.1.0
25
+ frozenlist==1.5.0
26
+ gitdb==4.0.12
27
+ GitPython==3.1.44
28
+ google-ai-generativelanguage==0.6.15
29
+ google-api-core==2.24.1
30
+ google-api-python-client==2.161.0
31
+ google-auth==2.38.0
32
+ google-auth-httplib2==0.2.0
33
+ google-generativeai==0.8.4
34
+ googleapis-common-protos==1.67.0
35
+ grpcio==1.70.0
36
+ grpcio-status==1.70.0
37
+ h11==0.14.0
38
+ httpcore==1.0.7
39
+ httplib2==0.22.0
40
+ httpx==0.28.1
41
+ idna==3.10
42
+ itsdangerous==2.2.0
43
+ Jinja2==3.1.5
44
+ jsonschema==4.23.0
45
+ jsonschema-specifications==2024.10.1
46
+ lxml==5.3.1
47
+ Markdown==3.7
48
+ markdown-it-py==3.0.0
49
+ markdownify==0.14.1
50
+ MarkupSafe==2.1.5
51
+ mccabe==0.7.0
52
+ mdurl==0.1.2
53
+ multidict==6.1.0
54
+ mypy-extensions==1.0.0
55
+ narwhals==1.28.0
56
+ numpy==2.2.3
57
+ packaging==24.2
58
+ pandas==2.2.3
59
+ -e git+ssh://git@github.com/kartikbhtt7/PaperFlux.git@1be735ee1706a2ae6026696a5c97b549f3ec33d7#egg=paperflux
60
+ pathspec==0.12.1
61
+ pdfminer.six==20231228
62
+ pdfplumber==0.11.5
63
+ pillow==11.1.0
64
+ platformdirs==4.3.6
65
+ primp==0.12.1
66
+ propcache==0.3.0
67
+ proto-plus==1.26.0
68
+ protobuf==5.29.3
69
+ pyarrow==19.0.1
70
+ pyasn1==0.6.1
71
+ pyasn1_modules==0.4.1
72
+ pycodestyle==2.12.1
73
+ pycparser==2.22
74
+ pydantic==2.10.6
75
+ pydantic_core==2.27.2
76
+ pydeck==0.9.1
77
+ pyflakes==3.2.0
78
+ Pygments==2.19.1
79
+ pymongo==4.11.1
80
+ pyparsing==3.2.1
81
+ PyPDF2==3.0.1
82
+ pypdfium2==4.30.1
83
+ python-dateutil==2.9.0.post0
84
+ python-dotenv==1.0.1
85
+ python-multipart==0.0.20
86
+ pytz==2025.1
87
+ redis==5.2.1
88
+ referencing==0.36.2
89
+ requests==2.32.3
90
+ rich==13.9.4
91
+ rpds-py==0.23.1
92
+ rsa==4.2
93
+ ruff==0.9.6
94
+ schedule==1.2.2
95
+ six==1.17.0
96
+ smmap==5.0.2
97
+ smolagents==1.8.1
98
+ sniffio==1.3.1
99
+ soupsieve==2.6
100
+ streamlit==1.42.2
101
+ tenacity==9.0.0
102
+ toml==0.10.2
103
+ tomli==2.2.1
104
+ tornado==6.4.2
105
+ tqdm==4.67.1
106
+ typing_extensions==4.12.2
107
+ tzdata==2025.1
108
+ tzlocal==5.3
109
+ uritemplate==4.1.1
110
+ urllib3==2.3.0
111
+ watchdog==6.0.0
112
+ Werkzeug==3.1.3
113
+ yarl==1.18.3