Skip to content

Commit

Permalink
Remove unneeded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
javitonino committed Jan 31, 2025
1 parent 5290dc5 commit 4563eb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 89 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
4 changes: 1 addition & 3 deletions nucliadb_utils/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ httpx>=0.27.0
prometheus-client>=0.12.0
types-requests>=2.27.7
mmh3>=3.0.0
nats-py[nkeys]>=2.6.0
PyNaCl
nats-py>=2.6.0
pyjwt>=2.4.0
memorylru>=1.1.2
mrflagly>=0.2.9

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

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

0 comments on commit 4563eb5

Please sign in to comment.