mirror of
https://github.com/NohamR/trio_http_proxy.git
synced 2025-05-24 14:32:27 +00:00
Update README to reference latest Python and Trio
This commit is contained in:
parent
7942e83d1d
commit
4b4fc54ea3
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.venv
|
@ -4,7 +4,7 @@ trio_http_proxy.py
|
|||||||
Simple HTTP CONNECT proxy implemented with
|
Simple HTTP CONNECT proxy implemented with
|
||||||
`Trio <https://trio.readthedocs.io>`__.
|
`Trio <https://trio.readthedocs.io>`__.
|
||||||
|
|
||||||
Tested with Python 3.7 and Trio 0.11.0
|
Tested with Python 3.8 and Trio 0.17.0
|
||||||
(but other versions probably work too).
|
(but other versions probably work too).
|
||||||
|
|
||||||
|
|
||||||
|
1
requirements.in
Normal file
1
requirements.in
Normal file
@ -0,0 +1 @@
|
|||||||
|
trio
|
13
requirements.txt
Normal file
13
requirements.txt
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#
|
||||||
|
# This file is autogenerated by pip-compile
|
||||||
|
# To update, run:
|
||||||
|
#
|
||||||
|
# pip-compile
|
||||||
|
#
|
||||||
|
async-generator==1.10 # via trio
|
||||||
|
attrs==20.2.0 # via trio
|
||||||
|
idna==2.10 # via trio
|
||||||
|
outcome==1.0.1 # via trio
|
||||||
|
sniffio==1.1.0 # via trio
|
||||||
|
sortedcontainers==2.2.2 # via trio
|
||||||
|
trio==0.17.0 # via -r requirements.in
|
Loading…
x
Reference in New Issue
Block a user