Skip to content

Commit

Permalink
[tests-] add more deps to test extras
Browse files Browse the repository at this point in the history
  • Loading branch information
midichef committed Jan 20, 2024
1 parent 96d2702 commit 9d32f4d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,21 @@
],
extras_require={
"test": [
"dnslib",
"dpkt",
"Faker",
"h5py",
"lxml",
"odfpy",
"openpyxl",
"pandas",
"pyarrow",
"pyconll",
"pypng",
"pytest",
"tomli",
"savReaderWriter @ git+https://github.com/anjakefala/savReaderWriter#egg=savReaderWriter"
"tabulate",
"tomli",
"wcwidth",
]
},
Expand Down

0 comments on commit 9d32f4d

Please sign in to comment.