mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated dependencies
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
6bdbf23f10
commit
8acb497c3e
2 changed files with 5 additions and 5 deletions
|
@ -11,6 +11,6 @@
|
|||
# perl 5 language and graph-easy >= 0.75 (drawing dependencies ascii diagram)
|
||||
# python3-pythondialog >= 3.5.0 (Python interface to the UNIX dialog utility)
|
||||
|
||||
urllib3 >= 1.25.7
|
||||
urllib3 >= 1.26.2
|
||||
flake8 >= 3.5.0
|
||||
pytest >= 5.3.2
|
||||
pytest >= 5.3.2
|
||||
|
|
6
setup.py
6
setup.py
|
@ -36,10 +36,10 @@ tests_requires = [
|
|||
"pytest>=5.3.2"
|
||||
]
|
||||
install_requires = [
|
||||
"urllib3>=1.25.7"
|
||||
"urllib3>=1.26.2"
|
||||
]
|
||||
optional_requires = [
|
||||
"pythondialog>=3.5.0",
|
||||
"pythondialog>=3.5.1",
|
||||
"pygraphviz>=1.3.1"
|
||||
]
|
||||
|
||||
|
@ -99,4 +99,4 @@ setup(
|
|||
"Topic :: System :: Software Distribution",
|
||||
"Topic :: Utilities"],
|
||||
python_requires=">=3.7"
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue