Skip to content

Commit c38be03

Browse files
authored
Update requirements version (#32)
* Update requirements version * Add download_url
1 parent c79180e commit c38be03

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
package_dir={'lambda_cron': 'lambda_cron'},
2424
package_data={'lambda_cron': ['lambda-cron', 'requirements.txt', 'schema.json', 'template.cfn.yml']},
2525
install_requires=[
26-
'croniter == 0.3.12',
27-
'python-dateutil==2.5.3',
28-
'PyYAML==3.12',
29-
'requests==2.12.3',
30-
'jsonschema==2.5.1',
31-
'boto3==1.4.0'
26+
'croniter>=0.3,<0.4',
27+
'python-dateutil>=2.5,<2.6',
28+
'PyYAML>=3.12,<3.13',
29+
'requests>=2.13,<2.14',
30+
'jsonschema>=2.6,<2.7',
31+
'boto3>=1.4,<1.5'
3232
],
3333
entry_points={
3434
'console_scripts': [

0 commit comments

Comments
 (0)