Skip to content

Commit 6719e61

Browse files
author
Bartek Kwiecien
committed
Lock requirements
1 parent 0a0b6e5 commit 6719e61

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ def read_version():
2222
author='filestack.com',
2323
author_email='support@filestack.com',
2424
packages=find_packages(),
25-
install_requires=['requests', 'trafaret', 'future'],
25+
install_requires=[
26+
'requests==2.22.0',
27+
'trafaret==1.2.0',
28+
'future==0.18.2'
29+
],
2630
classifiers=[
2731
'Development Status :: 4 - Beta',
2832
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)