Updated for optional deps

This commit is contained in:
Dimitris Zlatanidis 2023-04-13 17:33:21 +03:00
parent e6bd56a52a
commit bdefbe6e60
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,6 @@
SQLAlchemy >= 1.4.46
pythondialog >= 3.5.3
progress >= 1.6
progress >= 1.6
[socks]
PySocks >= 1.7.1

View file

@ -43,5 +43,9 @@ install_requires =
progress >= 1.6
include_package_data = True
[options.extras_require]
socks =
PySocks >= 1.7.1
[options.packages.find]
where = .