We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788ad70 commit adb6e08Copy full SHA for adb6e08
2 files changed
requirements.txt
@@ -9,3 +9,4 @@ scipy>=1.5.2
9
setuptools>=49.3.1
10
pyyaml>=5.3.1
11
pandas>=1.2.4
12
+stringcase>=1.2.0
setup.py
@@ -39,7 +39,8 @@
39
'scipy',
40
'setuptools',
41
'pyyaml',
42
- 'pandas'
+ 'pandas',
43
+ 'stringcase'
44
],
45
classifiers=[
46
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
0 commit comments