1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

Updated README + version bump

This commit is contained in:
Paweł Jastrzębski
2016-04-25 18:40:51 +02:00
parent 4c56141b80
commit e4dccfe603
10 changed files with 32 additions and 20 deletions

View File

@@ -107,14 +107,16 @@ class BuildCommand(build):
'build/_scripts/kcc-c2p'],
packages=['kcc'],
install_requires=[
'Pillow>=3.0.0',
'psutil>=3.2.2',
'python-slugify>=1.1.4',
'PyQt5>=5.6.0'
'Pillow>=3.2.0',
'psutil>=4.1.0',
'python-slugify>=1.2.0',
'raven>=5.13.0',
],
zip_safe=False,
)
if sys.version_info[1] < 5:
OPTIONS['install_requires'].append('scandir>=1.1.0')
OPTIONS['install_requires'].append('scandir>=1.2.0')
build.run(self)