We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342c68d commit d5fa9d8Copy full SHA for d5fa9d8
requirements.txt
@@ -1,15 +1,7 @@
1
-# Minimal
2
-click
3
-h11
+-e .[standard]
4
5
-# Optional
6
-httptools; sys_platform != 'win32'
7
-uvloop>=0.14.0; sys_platform != 'win32'
8
-websockets==8.*
+# Explicit optionals
9
wsproto==0.15.*
10
-watchgod>=0.6,<0.7
11
-python_dotenv==0.13.*
12
-PyYAML>=5.1
13
14
# Packaging
15
twine
scripts/install
@@ -16,4 +16,3 @@ else
16
fi
17
18
"$PIP" install -r "$REQUIREMENTS"
19
-"$PIP" install -e .
0 commit comments