Skip to content

Commit 5c9887d

Browse files
authored
Create requirements.txt
1 parent 30d75af commit 5c9887d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

requirements.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Core dependencies for csv-db-bridge
2+
# pip install -r requirements.txt
3+
4+
# SQL databases
5+
psycopg2-binary>=2.9.9 # PostgreSQL
6+
mysql-connector-python>=8.0 # MySQL
7+
cx_Oracle>=8.3 # Oracle
8+
sqlite3 # Built-in with Python
9+
10+
# NoSQL
11+
pymongo>=4.6 # MongoDB
12+
13+
# Cloud / Other
14+
boto3>=1.34 # AuroraDB (AWS)
15+
ibm-db>=3.1.4 # IBM DB2
16+
17+
# Testing
18+
unittest-xml-reporting # Optional for CI output (unittest enhancement)
19+
20+
# Optional tools
21+
python-dotenv # For loading .env secrets (if needed)

0 commit comments

Comments
 (0)