Remove python-toml

This commit is contained in:
Dimitris Zlatanidis 2023-01-06 23:02:10 +02:00
parent 7d406aeebb
commit 084b5eb9a5
5 changed files with 4 additions and 5 deletions

View file

@ -3,6 +3,8 @@ Updated:
- Improve speed for dependees
Fixed:
- summary for build
Remove:
- python-toml dependency
4.4.5 - 03/01/2023
Added:

View file

@ -23,7 +23,6 @@ Requirements
SQLAlchemy >= 1.4.36
pythondialog >= 3.5.3
progress >= 1.6
toml >= 0.10.2
Install
-------

View file

@ -1,4 +1,3 @@
SQLAlchemy >= 1.4.46
pythondialog >= 3.5.3
progress >= 1.6
toml >= 0.10.2
progress >= 1.6

View file

@ -41,7 +41,6 @@ install_requires =
SQLAlchemy >= 1.4.36
pythondialog >= 3.5.3
progress >= 1.6
toml >= 0.10.2
include_package_data = True
[options.packages.find]

View file

@ -4,8 +4,8 @@
import urllib3
from slpkg.configs import Configs
from slpkg.models.models import SBoTable
from slpkg.queries import SBoQueries
from slpkg.models.models import SBoTable
from slpkg.models.models import session as Session