Skip to content

Commit 854587b

Browse files
committed
requirements for script
[skip ci]
1 parent 8c08d69 commit 854587b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/releases/release_notes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
from datetime import datetime
2121
from typing import Any, Dict, List
2222
import tomli
23-
import tomli_w
2423

2524
ownpath = os.path.abspath(sys.argv[0])
2625
dirpath = os.path.dirname(ownpath)

dev/releases/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tomli
2+

0 commit comments

Comments
 (0)