mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Updated for optional deps
This commit is contained in:
parent
e6bd56a52a
commit
bdefbe6e60
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
SQLAlchemy >= 1.4.46
|
||||
pythondialog >= 3.5.3
|
||||
progress >= 1.6
|
||||
progress >= 1.6
|
||||
|
||||
[socks]
|
||||
PySocks >= 1.7.1
|
|
@ -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 = .
|
||||
|
|
Loading…
Reference in a new issue