Adapters
English
finance
music
biology
legal
medical
text-generation-inference
Fintech
ai
crypto
chatgpt
gpt
openai
huggingchat
chatui
stripe
Google
Amazon
HTP
#://
$://
@://
*://
#://CNXT
$://THeXDesK
#://CHaTx
❌
$://CHaTx
BLooMBeRG
CQG
AoN
#://CoNTRax
$://CoNTRax
CoNVB
#://CNXT.app
$://XDesK.app
FiX
aPi
aiRuN
30MiNs
LiNKeDiN
https://X.CoM
https://X.aPp
sms
smtp
http://
https://
HashTag
HashTags
HashTagPRoToCoL
GuNDB
iPFs
STeLLaR
DoCKeR
GiT
GiTHuB
eNGLiSH
#NGLiSH
SeaRCHeNGiNe
WeBBRoWSeR
oPeRaTiNGSySTeM
FuTuRes
oPTioNs
DeFi
fiaT
SMaRTCoNTRaCTs
CoNTRaCTs
DLT
$://XCH
$://ACH
$://SWiFT
chemistry
code
art
#://aMaZoN.CoM
#://GooGLe.CoM
#://aPPLe.CoM
$://CMeGRouP.aPp
#://CMeGRouP.app
#://oPeNai.CoM
#://MiCRoSoFT.CoM
#://X.CoM
$://X.aPp
#://GiTHuB.CoM
#://aws.aMaZoN.CoM
#://FaCeBooK.CoM
#://30MiNs.CoM
#://LiNKeDiN.CoM
#://TWiTTeR.CoM
#://youTuBe.CoM
#://TiKToK.CoM
FiNaNCiaLSeRViCes
TeCHNoLoGySeRViCes
bresnow
floatingmammoth
FLTNGMMTH
#://FLTNGMMTH.CoM
#://THeFLTNGMMTH
#://30MiNs.CoM
#://30MiNs.aPp
zapier
create
#://zapier
#ash
Xclip
CQG
#://CQG.app
https://cqg.com
#://SToNex
#://STRaiTsFiNaNCiaL
#://RCM
#://MaRKeTsWiKi
#://eXCeL
#://SeCo
#://SeCoMiND
Update requirements.txt
Browse files- requirements.txt +15 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
PyPDF2
|
| 2 |
pdfminer.six
|
|
|
|
|
|
|
| 3 |
pandas
|
| 4 |
numpy
|
| 5 |
scikit-learn
|
| 6 |
matplotlib
|
| 7 |
-
|
| 8 |
-
|
| 9 |
pyfix
|
|
|
|
| 1 |
+
# API and Communication Libraries
|
| 2 |
+
python-dotenv
|
| 3 |
+
requests
|
| 4 |
+
twilio
|
| 5 |
+
smtplib
|
| 6 |
+
python-socketio
|
| 7 |
+
|
| 8 |
+
# Database Libraries (if needed)
|
| 9 |
+
pymysql
|
| 10 |
+
|
| 11 |
+
# PDF Processing Libraries
|
| 12 |
PyPDF2
|
| 13 |
pdfminer.six
|
| 14 |
+
|
| 15 |
+
# Data Analysis and Manipulation Libraries
|
| 16 |
pandas
|
| 17 |
numpy
|
| 18 |
scikit-learn
|
| 19 |
matplotlib
|
| 20 |
+
|
| 21 |
+
# Other Libraries
|
| 22 |
pyfix
|