Skip to content

Commit d5fa9d8

Browse files
Move package editable install to requirements.txt (#790)
* Move package editable install to requirements.txt * Add wsproto
1 parent 342c68d commit d5fa9d8

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

requirements.txt

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
# Minimal
2-
click
3-
h11
1+
-e .[standard]
42

5-
# Optional
6-
httptools; sys_platform != 'win32'
7-
uvloop>=0.14.0; sys_platform != 'win32'
8-
websockets==8.*
3+
# Explicit optionals
94
wsproto==0.15.*
10-
watchgod>=0.6,<0.7
11-
python_dotenv==0.13.*
12-
PyYAML>=5.1
135

146
# Packaging
157
twine

scripts/install

-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ else
1616
fi
1717

1818
"$PIP" install -r "$REQUIREMENTS"
19-
"$PIP" install -e .

0 commit comments

Comments
 (0)