Skip to content

Commit adb6e08

Browse files
committed
fixing setup
1 parent 788ad70 commit adb6e08

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ scipy>=1.5.2
99
setuptools>=49.3.1
1010
pyyaml>=5.3.1
1111
pandas>=1.2.4
12+
stringcase>=1.2.0

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
'scipy',
4040
'setuptools',
4141
'pyyaml',
42-
'pandas'
42+
'pandas',
43+
'stringcase'
4344
],
4445
classifiers=[
4546
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',

0 commit comments

Comments
 (0)