Skip to content

Commit 08bec19

Browse files
author
svenba
committed
release 0.4.3
1 parent e3b77c8 commit 08bec19

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setup(
55
name = 'keycdn',
66
packages = ['keycdn'],
7-
version = '0.4.2',
7+
version = '0.4.3',
88
description = 'A Python REST Client for KeyCDN API',
99
long_description = open('README.md').read(),
1010
long_description_content_type = 'text/markdown',
@@ -15,4 +15,7 @@
1515
'Programming Language :: Python :: 2.7',
1616
'Programming Language :: Python :: 3'
1717
],
18+
install_requires=[
19+
'requests>=2.11.1',
20+
],
1821
)

0 commit comments

Comments
 (0)