Bound all packages in the setuptools config

merge-requests/30/head
Luke Murphy 2021-02-03 11:03:13 +01:00
parent 98e98ab6cc
commit 9b621dbfa9
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 9 additions and 9 deletions

View File

@ -5,12 +5,12 @@ version = 1.2.0
[options] [options]
packages = . packages = .
install_requires = install_requires =
crypto crypto >= 1.4.1, < 2
idna<3,>=2.5 idna >= 2.5, < 3
numpy numpy >= 1.20.0, < 2
pillow pillow >= 8.1.0, < 9
pycryptodome pycryptodome >= 3.9.9, < 4
pyqrcode pyqrcode >= 1.2.1, < 2
python-dateutil python-dateutil >= 2.8.1, < 3
requests requests >= 2.25.1, < 3
socks socks # no versions https://pypi.org/project/socks/