mirror of https://gitlab.com/bashrc2/epicyon
Bound all packages in the setuptools config
parent
98e98ab6cc
commit
9b621dbfa9
18
setup.cfg
18
setup.cfg
|
@ -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/
|
||||||
|
|
Loading…
Reference in New Issue