Skip to content

Commit 0ff3a94

Browse files
authored
Merge pull request #19 from notificationapi-com/set-importlib-metadata-version-for-compatibility
Set importlib metadata version
2 parents 5d5f752 + a474d8d commit 0ff3a94

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

requirements_dev.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ bump2version==0.5.11
44
wheel==0.33.6
55
watchdog==0.9.0
66
flake8==3.7.8
7-
tox==4.8.0
87
coverage==4.5.4
98
Sphinx==1.8.5
9+
10+
# Version-specific dependencies
11+
tox==3.24.0; python_version < '3.8'
12+
tox==4.8.0; python_version >= '3.8'
13+
importlib_metadata<5.0.0; python_version < '3.8'
14+
importlib_metadata==7.2.1; python_version >= '3.8'
1015
twine==4.0.2
1116

1217
pytest==7.4.3

0 commit comments

Comments
 (0)