Skip to content

Commit c301dd4

Browse files
authored
Remove dependencies from setup.py (#34)
IR-729
1 parent 66a5a61 commit c301dd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api_client/python/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
zip_safe=False,
5252
install_requires=frozenset(
5353
[
54-
"pandas[performance,plot-output-formatting]",
55-
"mitreattack-python",
54+
"pandas",
5655
"cryptography",
5756
"requests",
5857
"altair",

0 commit comments

Comments
 (0)