Skip to content

Commit 87e752b

Browse files
author
joseramon.afonso
committed
Fixed version of devo-sdk required
1 parent 5c55ab1 commit 87e752b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Programming Language :: Python :: Implementation :: PyPy",
2424
"Topic :: Software Development :: Libraries :: Python Modules",
2525
]
26-
INSTALL_REQUIRES = ['devo-sdk>=3.0.4,<4', 'faker', 'jinja2>=2.10.1', 'psutil',
26+
INSTALL_REQUIRES = ['devo-sdk>=3.0.3,<4', 'faker', 'jinja2>=2.10.1', 'psutil',
2727
'click', 'python-dateutil']
2828
CLI = ['devo-faker=devoutils.faker.scripts.faker_cli:cli']
2929

0 commit comments

Comments
 (0)