Abhishek Thakur
commited on
Commit
·
ccb6bb2
1
Parent(s):
8c50967
add docs
Browse files
setup.py
CHANGED
|
@@ -27,6 +27,7 @@ EXTRAS_REQUIRE = {
|
|
| 27 |
"dev": QUALITY_REQUIRE,
|
| 28 |
"quality": QUALITY_REQUIRE,
|
| 29 |
"test": QUALITY_REQUIRE + TEST_REQUIRE,
|
|
|
|
| 30 |
}
|
| 31 |
|
| 32 |
with open("requirements.txt", encoding="utf-8") as f:
|
|
|
|
| 27 |
"dev": QUALITY_REQUIRE,
|
| 28 |
"quality": QUALITY_REQUIRE,
|
| 29 |
"test": QUALITY_REQUIRE + TEST_REQUIRE,
|
| 30 |
+
"docs": QUALITY_REQUIRE + TEST_REQUIRE + ["hf-doc-builder"],
|
| 31 |
}
|
| 32 |
|
| 33 |
with open("requirements.txt", encoding="utf-8") as f:
|