Skip to content

Commit

Permalink
[build] restore socks to python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed May 10, 2022
1 parent 6b01d35 commit 3d620e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ sortedcontainers==2.4.0
toml==0.10.2
trio==0.20.0
trio-websocket==0.9.2
urllib3==1.26.9
urllib3[socks]==1.26.9
wsproto==1.1.0
zipp==3.8.0
6 changes: 4 additions & 2 deletions py/requirements_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,9 @@ pysocks==1.7.1 \
--hash=sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299 \
--hash=sha256:2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5 \
--hash=sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0
# via -r py/requirements.txt
# via
# -r py/requirements.txt
# urllib3
pytest-instafail==0.4.2 \
--hash=sha256:19273fdf3f0f9a1cb4b7a0bc8aa1bdaaf6b0f62a681b693d5eca4626abc99782 \
--hash=sha256:1ec440a177be89a9ed2759dade8e1f7a2b95bac74ae81dc91318d309bf4ebd4f
Expand Down Expand Up @@ -313,7 +315,7 @@ trio==0.20.0 \
# -r py/requirements.txt
# pytest-trio
# trio-websocket
urllib3==1.26.9 \
urllib3[socks]==1.26.9 \
--hash=sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14 \
--hash=sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e
# via -r py/requirements.txt
Expand Down

0 comments on commit 3d620e3

Please sign in to comment.