* refactor(chalice): upgraded dependencies * refactor(chalice): changed logging * fix(chalice): fixed CH pagination
34 lines
845 B
TOML
34 lines
845 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
urllib3 = "==2.3.0"
|
|
requests = "==2.32.3"
|
|
boto3 = "==1.36.12"
|
|
pyjwt = "==2.10.1"
|
|
psycopg2-binary = "==2.9.10"
|
|
psycopg = {extras = ["pool", "binary"], version = "==3.2.4"}
|
|
clickhouse-driver = {extras = ["lz4"], version = "==0.2.9"}
|
|
clickhouse-connect = "==0.8.15"
|
|
elasticsearch = "==8.17.1"
|
|
jira = "==3.8.0"
|
|
cachetools = "==5.5.1"
|
|
fastapi = "==0.115.8"
|
|
uvicorn = {extras = ["standard"], version = "==0.34.0"}
|
|
gunicorn = "==23.0.0"
|
|
python-decouple = "==3.8"
|
|
pydantic = {extras = ["email"], version = "==2.10.6"}
|
|
apscheduler = "==3.11.0"
|
|
lxml = "!=4.7.0,<=5.2.1,>=4.6.5"
|
|
python3-saml = "==1.16.0"
|
|
python-multipart = "==0.0.20"
|
|
redis = "==5.2.1"
|
|
azure-storage-blob = "==12.24.1"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.12"
|
|
python_full_version = "3.12.8"
|