Skip to content

Commit 455da10

Browse files
author
extreme4all
committed
bf/add cryptography package
1 parent 21f663d commit 455da10

3 files changed

Lines changed: 125 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ requires-python = ">=3.10"
77
dependencies = [
88
"aiohttp>=3.9.5",
99
"asyncmy==0.2.8",
10+
"cryptography>=45.0.6",
1011
"fastapi[standard]>=0.115.5",
1112
"pandas>=2.0.3",
1213
"prometheus-client>=0.21.0",

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@ certifi==2024.8.30
1919
# via
2020
# httpcore
2121
# httpx
22+
cffi==1.17.1
23+
# via cryptography
2224
click==8.1.7
2325
# via
2426
# typer
2527
# uvicorn
28+
cryptography==45.0.6
29+
# via core-api (pyproject.toml)
2630
dnspython==2.7.0
2731
# via email-validator
2832
email-validator==2.2.0
@@ -75,6 +79,8 @@ prometheus-client==0.21.0
7579
# starlette-prometheus
7680
propcache==0.2.0
7781
# via yarl
82+
pycparser==2.22
83+
# via cffi
7884
pydantic==2.10.2
7985
# via fastapi
8086
pydantic-core==2.27.1

0 commit comments

Comments
 (0)