Skip to content
Snippets Groups Projects
Unverified Commit e845fd41 authored by Amber Brown's avatar Amber Brown Committed by GitHub
Browse files

Correct attrs package name in requirements (#3492)

parent 20ff89d6
No related branches found
No related tags found
No related merge requests found
!.gitignore
Amend the Python dependencies to depend on attrs from PyPI, not attr
......@@ -57,7 +57,7 @@ REQUIREMENTS = {
"phonenumbers>=8.2.0": ["phonenumbers"],
"six": ["six"],
"prometheus_client": ["prometheus_client"],
"attr": ["attr"],
"attrs": ["attr"],
"netaddr>=0.7.18": ["netaddr"],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment