We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e76c5 commit 135b8e2Copy full SHA for 135b8e2
py/BUILD.bazel
@@ -98,9 +98,9 @@ py_wheel(
98
python_tag = "py3",
99
python_requires = "~=3.7",
100
requires = [
101
- "urllib3[secure]",
102
- "trio",
103
- "trio-websocket",
+ "urllib3[secure]==1.26.2",
+ "trio==0.17.0",
+ "trio-websocket==0.9.0",
104
],
105
strip_path_prefixes = [
106
"py",
py/requirements.txt
@@ -12,13 +12,13 @@ multidict
12
outcome
13
pluggy
14
py
15
-pytest
16
-pytest-instafail
17
-pytest-mock
18
-pytest-trio
+pytest==6.1.2
+pytest-instafail==0.4.2
+pytest-mock==3.3.1
+pytest-trio==0.7.0
19
sortedcontainers
20
sniffio
21
-trio
22
-trio_websocket
23
-urllib3
+trio==0.17.0
+trio_websocket==0.9.0
+urllib3==1.26.2
24
zipp
0 commit comments