Skip to content

Commit

Permalink
Remove unneeded deps (#2831)
Browse files Browse the repository at this point in the history
* Remove unneeded deps

* PyNaCl needed for key encryption
  • Loading branch information
javitonino authored Feb 3, 2025
1 parent 26580f3 commit 13f34fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 65 deletions.
2 changes: 1 addition & 1 deletion nucliadb_telemetry/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def load_reqs(filename):
"grpcio-testing>=1.44.0",
"grpcio-reflection>=1.44.0",
] + requirements_otel
requirements_nats = ["nats-py[nkeys]>=2.5.0", "PyNaCl"] + requirements_otel
requirements_nats = ["nats-py>=2.5.0"] + requirements_otel
requirements_fastapi = ["fastapi"] + requirements_otel

setup(
Expand Down
3 changes: 1 addition & 2 deletions nucliadb_utils/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ httpx>=0.27.0
prometheus-client>=0.12.0
types-requests>=2.27.7
mmh3>=3.0.0
nats-py[nkeys]>=2.6.0
nats-py>=2.6.0
PyNaCl
pyjwt>=2.4.0
memorylru>=1.1.2
mrflagly>=0.2.9

# automatically bumped during release
Expand Down
64 changes: 2 additions & 62 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13f34fc

Please sign in to comment.