Skip to content

Commit 04695f5

Browse files
Migrate to pyproject.toml, the testing build does not like a mixed requirements.txt.
1 parent 838e3e4 commit 04695f5

File tree

2 files changed

+29
-27
lines changed

2 files changed

+29
-27
lines changed

pyproject.toml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,35 @@ authors = [
1515
maintainers = [
1616
{name = "Mikael Frykholm", email = "[email protected]"}
1717
]
18+
dependencies = [
19+
"accept-types>=0.4.1",
20+
"apscheduler==3.6.3",
21+
"cachetools>=5.5.2",
22+
"eval-type-backport>=0.2.2 ; python_full_version == '3.9.*'",
23+
"gunicorn>=23.0.0",
24+
"httplib2>=0.7.7",
25+
"lxml>=4.1.1",
26+
"mako>=1.3.10",
27+
"pyconfig>=3.2.3",
28+
"pydantic>=2.8",
29+
"pyramid>=2.0.2",
30+
"pytz>=2025.2",
31+
"pyxmlsecurity>=1.0.0",
32+
"pyyaml>=3.10",
33+
"redis>=5.3.0",
34+
"redis-collections>=0.13.0",
35+
"requests>=2.32.3",
36+
"requests-cache>=1.2.1",
37+
"requests-file>=2.1.0",
38+
"setuptools>=78.1.1",
39+
"simplejson>=2.6.2",
40+
"str2bool>=1.1",
41+
"urllib3==1.26.19",
42+
"whoosh>=2.7.4",
43+
"wsgi-intercept>=1.13.1",
44+
"xmldiff>=2.7.0",
45+
"zipp>=3.19.1",
46+
]
1847
[project.scripts]
1948
pyff = "pyff.md:main"
2049
pyffd = "pyff.mdq:main"

requirements.txt

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)