Skip to content

Commit

Permalink
Remove dependencies from setup.py (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zawadidone authored Sep 27, 2024
1 parent 66a5a61 commit c301dd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api_client/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
zip_safe=False,
install_requires=frozenset(
[
"pandas[performance,plot-output-formatting]",
"mitreattack-python",
"pandas",
"cryptography",
"requests",
"altair",
Expand Down

0 comments on commit c301dd4

Please sign in to comment.