Skip to content

Commit 868b8a3

Browse files
committed
remove dependency pinning from setup.py as aptly-api-client is a library. Fixes #8.
1 parent afbc612 commit 868b8a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
_packages = find_packages(_package_root, exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
2424

2525
_requirements = [
26-
'typing==3.6.2',
27-
'requests==2.18.4',
28-
'iso8601==0.1.12',
26+
'typing',
27+
'requests',
28+
'iso8601',
2929
# intentionally unpinned, we want the newest data
3030
'pytz',
3131
]

0 commit comments

Comments
 (0)