We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4f7c5 commit 97d3d75Copy full SHA for 97d3d75
2 files changed
.github/workflows/deploy.yml
@@ -10,6 +10,8 @@ jobs:
10
contents: "read"
11
pages: "write"
12
id-token: "write"
13
+ env:
14
+ PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"
15
with:
16
settings: "publishconf.py"
17
requirements: "-r requirements.txt"
requirements.txt
@@ -1,6 +1,7 @@
1
anyio==4.4.0
2
blinker==1.8.2
3
docutils==0.21.2
4
+exceptiongroup==1.3.1
5
feedgenerator==2.1.0
6
ghp-import==2.1.0
7
idna==3.7
@@ -11,6 +12,7 @@ markdown-it-py==3.0.0
MarkupSafe==2.1.5
mdurl==0.1.2
ordered-set==4.1.0
+packaging==26.1
pelican==4.9.1
Pygments==2.18.0
18
python-dateutil==2.9.0.post0
@@ -19,5 +21,6 @@ rich==13.7.1
19
21
six==1.16.0
20
22
sniffio==1.3.1
23
tornado==6.4
24
+typing_extensions==4.15.0
25
Unidecode==1.3.8
26
watchfiles==0.24.0
0 commit comments