Skip to content

Commit

Permalink
Add missing requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorink committed Jul 12, 2024
1 parent 5118b23 commit 8735ed5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"numpy>=1.16.4",
"bitstring>=3.1.7",
"protobuf<4.0.0",
"varint>=1.0.2"
"varint>=1.0.2",
"lxml>=4.6.3"
],
extras_require={
},
Expand Down

0 comments on commit 8735ed5

Please sign in to comment.