Skip to content

Commit e71e6da

Browse files
committed
do not fix version or dependencies
1 parent 2eaf5a2 commit e71e6da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
platforms='any',
2626
install_requires=[
2727
'six',
28-
'Flask>=0.11',
29-
'marshmallow>=3.8.0',
30-
'marshmallow_jsonapi>=0.23.2',
28+
'Flask',
29+
'marshmallow',
30+
'marshmallow_jsonapi',
3131
'sqlalchemy'
3232
],
3333
setup_requires=['pytest-runner'],

0 commit comments

Comments
 (0)