X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;fp=setup.py;h=22b5a54c77219ed9c6f0312b14cd5a52cdb96fba;hb=52424a2ae26db69c5a97d01e84454ffdd4d31228;hp=43ce3eeb67c346de0d2151a7ede24db3f7e3f512;hpb=631949fc005ba91d4af5127821f59fa7c5c9d0be;p=osm%2Fosmclient.git diff --git a/setup.py b/setup.py index 43ce3ee..22b5a54 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,9 @@ setup( description=_description, license='Apache 2', install_requires=[ - 'Click', 'prettytable', 'pyyaml', 'pycurl', 'python-magic', - 'jinja2', 'osm-im', 'verboselogs', 'packaging', 'requests', + 'Click', 'prettytable', 'pyyaml==5.3.1', 'pycurl', 'python-magic', + 'jinja2==2.11.2', 'osm-im', 'verboselogs', 'packaging', + 'requests==2.24.0', 'charmcraft', ], setup_requires=['setuptools-version-command'], test_suite='nose.collector',