Remove debug extras from setup.py (#12751)

This commit is contained in:
Eric Squires
2020-12-10 17:23:11 -05:00
committed by GitHub
parent 3fd3cb96ed
commit 9f70293700
20 changed files with 19 additions and 20 deletions
-1
View File
@@ -95,7 +95,6 @@ ray_files += [
# also update the matching section of requirements.txt
# in this directory
extras = {
"debug": [],
"serve": [
"uvicorn", "flask", "requests", "pydantic<1.7",
"dataclasses; python_version < '3.7'"