Skip to content

Commit 9239238

Browse files
committed
Fix requirements for dev version
1 parent f37efe1 commit 9239238

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ python:
1515
install:
1616
- requirements: requirements.txt
1717
- requirements: dev-requirements.txt
18-
- toml

dev-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ sphinx~=5.0.2
22
sphinx-rtd-theme~=1.0.0
33
Pygments>=2.15.0
44
mypy~=1.4.1
5+
toml
6+
types-toml
57
types-PyYAML

0 commit comments

Comments
 (0)