Skip to content

Commit 02178a4

Browse files
committed
bump more packages
1 parent 5fac682 commit 02178a4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ maintainers = [
1111
]
1212
description = "CountESS"
1313
requires-python = ">=3.9"
14-
license = { text = "BSD-3-Clause" }
1514
classifiers = [
16-
'Development Status :: 2 - Pre-Alpha',
15+
'Development Status :: 3 - Alpha',
1716
'Intended Audience :: Science/Research',
18-
'License :: OSI Approved :: BSD License',
1917
'Operating System :: OS Independent',
2018
'Topic :: Scientific/Engineering :: Bio-Informatics',
2119
]
@@ -38,14 +36,15 @@ dependencies = [
3836
[project.optional-dependencies]
3937
dev = [
4038
'black<24',
41-
'build==0.10.0',
39+
'build==1.2.2',
4240
'coverage==7.3.2',
4341
'mypy~=1.0.1',
4442
'pylint~=3.2.3',
4543
'semver~=3.0.2',
4644
'types-psutil~=5.9.5',
4745
'types-ttkthemes~=3.2',
48-
'twine~=4.0.2',
46+
'twine~=6.1.0',
47+
'packaging~=25.0',
4948
'pandas-stubs~=2.1.0',
5049
'pytest~=7.2',
5150
'pytest-socket~=0.6.0',
@@ -85,6 +84,7 @@ packages = [
8584
'countess',
8685
'countess.core',
8786
'countess.gui',
87+
'countess.gui.icons',
8888
'countess.plugins',
8989
'countess.utils',
9090
]

0 commit comments

Comments
 (0)