updated requirements

This commit is contained in:
berkay 2025-04-19 20:49:18 +03:00
parent f6f19c9d1a
commit 9530aa4bfd
2 changed files with 19 additions and 1 deletions

View File

@ -16,8 +16,12 @@ This is a Python-based testing tool for PostgreSQL databases. It uses SQLAlchemy
2. Install dependencies:
```bash
# Using uv (already done)
# Using uv
uv init
uv add alembic sqlalchemy-mixins psycopg2-binary requests
# Activate the virtual environment
source .venv/bin/activate
```
3. Set up environment variables (optional):

14
runner/requirements.txt Normal file
View File

@ -0,0 +1,14 @@
alembic>=1.15.2
sqlalchemy>=2.0.40
sqlalchemy-mixins>=2.0.5
psycopg2-binary>=2.9.10
requests>=2.32.3
greenlet>=3.2.0
mako>=1.3.10
markupsafe>=3.0.2
six>=1.17.0
typing-extensions>=4.13.2
certifi>=2025.1.31
charset-normalizer>=3.4.1
idna>=3.10
urllib3>=2.4.0