Set Python requirements

This commit is contained in:
Michael Mintz 2020-10-14 01:26:30 -04:00
parent 3b5a3ca85c
commit a3249b0e62
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ setup(
"Topic :: Software Development :: Testing :: Traffic Generation",
"Topic :: Utilities",
],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
install_requires=[
'pip>=20.2.3',
'packaging>=20.4',