mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Remove python-toml
This commit is contained in:
parent
7d406aeebb
commit
084b5eb9a5
5 changed files with 4 additions and 5 deletions
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
-------
|
-------
|
||||||
|
|
|
@ -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
|
|
|
@ -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]
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue