File tree Expand file tree Collapse file tree 4 files changed +23
-80
lines changed Expand file tree Collapse file tree 4 files changed +23
-80
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -21,10 +21,9 @@ dependencies = [
21
21
" cachetools>=5.5.2" ,
22
22
" eval-type-backport>=0.2.2 ; python_full_version == '3.9.*'" ,
23
23
" gunicorn>=23.0.0" ,
24
- " httplib2>=0.7.7" ,
25
24
" lxml>=4.1.1" ,
26
25
" mako>=1.3.10" ,
27
- " pyconfig>=3.2.3" ,
26
+ " pyconfig>=3.2.3,<3.3.0 " ,
28
27
" pydantic>=2.8" ,
29
28
" pyramid>=2.0.2" ,
30
29
" pytz>=2025.2" ,
@@ -36,14 +35,29 @@ dependencies = [
36
35
" requests-cache>=1.2.1" ,
37
36
" requests-file>=2.1.0" ,
38
37
" setuptools>=78.1.1" ,
39
- " simplejson>=2.6.2" ,
40
38
" str2bool>=1.1" ,
41
- " urllib3==1.26.19" ,
42
39
" whoosh>=2.7.4" ,
43
40
" wsgi-intercept>=1.13.1" ,
44
41
" xmldiff>=2.7.0" ,
45
- " zipp>=3.19.1" ,
46
42
]
43
+
44
+ [dependency-groups ]
45
+ docs = [" sphinx" ,
46
+ " sphinx-rtd-theme"
47
+ ]
48
+ dev = [
49
+ " coverage" ,
50
+ " fakeredis>=1.0.5" ,
51
+ " funcsigs" ,
52
+ " isort" ,
53
+ " mako" ,
54
+ " mock" ,
55
+ " pbr" ,
56
+ " pytest>=6.0.0" ,
57
+ " pytest-cov" ,
58
+ " wsgi_intercept" ,
59
+ ]
60
+
47
61
[project .scripts ]
48
62
pyff = " pyff.md:main"
49
63
pyffd = " pyff.mdq:main"
@@ -86,3 +100,7 @@ all_files = "1"
86
100
87
101
[tool .upload_sphinx ]
88
102
upload-dir = " docs/build/html"
103
+
104
+ [build-system ]
105
+ requires = [" hatchling" ]
106
+ build-backend = " hatchling.build"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments