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 - Improve speed for dependees
Fixed: Fixed:
- summary for build - summary for build
Remove:
- python-toml dependency
4.4.5 - 03/01/2023 4.4.5 - 03/01/2023
Added: Added:

View file

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

View file

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

View file

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

View file

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