Update README to reference latest Python and Trio

This commit is contained in:
Joshua Bronson 2020-09-30 14:59:48 +00:00
parent 7942e83d1d
commit 4b4fc54ea3
4 changed files with 16 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.venv

View File

@ -4,7 +4,7 @@ trio_http_proxy.py
Simple HTTP CONNECT proxy implemented with
`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).

1
requirements.in Normal file
View File

@ -0,0 +1 @@
trio

13
requirements.txt Normal file
View 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