updated requirements
This commit is contained in:
parent
f6f19c9d1a
commit
9530aa4bfd
|
|
@ -16,8 +16,12 @@ This is a Python-based testing tool for PostgreSQL databases. It uses SQLAlchemy
|
||||||
|
|
||||||
2. Install dependencies:
|
2. Install dependencies:
|
||||||
```bash
|
```bash
|
||||||
# Using uv (already done)
|
# Using uv
|
||||||
|
uv init
|
||||||
uv add alembic sqlalchemy-mixins psycopg2-binary requests
|
uv add alembic sqlalchemy-mixins psycopg2-binary requests
|
||||||
|
|
||||||
|
# Activate the virtual environment
|
||||||
|
source .venv/bin/activate
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Set up environment variables (optional):
|
3. Set up environment variables (optional):
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue