Skip to content

Commit 2dc5392

Browse files
committed
Removed prereq version changes that caused incompatibility with Python 3.6
1 parent aecd5bd commit 2dc5392

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

netapp_dataops_k8s/setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ packages = find_namespace:
2727
scripts =
2828
netapp_dataops/netapp_dataops_k8s_cli.py
2929
install_requires =
30-
ipython==7.28.0
31-
kubernetes==18.20.0
32-
pandas==1.3.3
33-
tabulate==0.8.9
30+
ipython
31+
kubernetes
32+
pandas
33+
tabulate
3434
netapp-astra-toolkits==2.0
3535
certifi==2020.12.5
3636
chardet==4.0.0

0 commit comments

Comments
 (0)