@@ -10,27 +10,25 @@ repository = "https://github.com/fulcrumgenomics/fgpyo"
10
10
keywords = [" bioinformatics" ]
11
11
classifiers = [
12
12
" Development Status :: 3 - Alpha" ,
13
- " Environment :: Console" ,
13
+ " Environment :: Console" ,
14
14
" Intended Audience :: Developers" ,
15
15
" Intended Audience :: Science/Research" ,
16
16
" License :: OSI Approved :: MIT License" ,
17
- " Operating System :: OS Independent" ,
17
+ " Operating System :: OS Independent" ,
18
18
" Programming Language :: Python :: 3" ,
19
19
" Topic :: Scientific/Engineering :: Bio-Informatics" ,
20
- " Topic :: Software Development :: Documentation" ,
21
- " Topic :: Software Development :: Libraries :: Python Modules" ,
22
- ]
23
- include = [
24
- " LICENSE" ,
20
+ " Topic :: Software Development :: Documentation" ,
21
+ " Topic :: Software Development :: Libraries :: Python Modules" ,
25
22
]
23
+ include = [" LICENSE" ]
26
24
27
25
[tool .poetry .dependencies ]
28
- python = " >=3.7.0,<4.0 "
26
+ python = " >=3.7.0,<3.12 "
29
27
attrs = " >=19.3.0"
30
- typing_extensions = { version = " >=3.7.4" , python = " <3.8" } # Literal support
31
- typing_inspect = { version = " >=0.3.1" , python = " <3.8" } # inspecting types
32
- sphinx = {version = " 4.3.1" , optional = true }
33
- sphinx_rtd_theme = {version = " ^1.3.0" , optional = true }
28
+ typing_extensions = { version = " >=3.7.4" , python = " <3.8" } # Literal support
29
+ typing_inspect = { version = " >=0.3.1" , python = " <3.8" } # inspecting types
30
+ sphinx = { version = " 4.3.1" , optional = true }
31
+ sphinx_rtd_theme = { version = " ^1.3.0" , optional = true }
34
32
pysam = " >=0.22.0"
35
33
pytest = " >=7.4.0"
36
34
@@ -42,7 +40,7 @@ setuptools = ">=68.0.0"
42
40
pytest = " >=5.4.2"
43
41
mypy = [
44
42
{ version = " >=0.770" , python = " <3.8" },
45
- { version = " >=1.7.0" , python = " >=3.8" }
43
+ { version = " >=1.7.0" , python = " >=3.8" },
46
44
]
47
45
flake8 = [
48
46
{ version = " >=3.8.1" , python = " <3.12.0" },
0 commit comments