Skip to content

Commit 9cd8124

Browse files
author
desiena
committed
Require marshmallow fix
1 parent 7a4d75b commit 9cd8124

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
packages=['fmdata'],
2121
include_package_data=True,
2222
install_requires=['requests>=2',
23-
'typing_extensions>=3'],
23+
'typing_extensions>=3',
24+
'marshmallow>=3'],
2425
extras_require={
2526
'cloud': ['pycognito>=0.1.4']
2627
},

0 commit comments

Comments
 (0)