Browse Source

Update txtorcon to 23.0.0

Changes:

* Drop Python2 support
* Fix a bug with stream updates (and CONTROLLER_WAIT)

https://github.com/meejah/txtorcon/releases/tag/v23.0.0
master
Kristaps Kaupe 2 years ago
parent
commit
1ebb68f119
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      pyproject.toml

2
pyproject.toml

@ -13,7 +13,7 @@ dependencies = [
"chromalog==1.0.5",
"pyaes==1.6.1",
"service-identity==21.1.0",
"txtorcon==22.0.0",
"txtorcon==23.0.0",
"twisted==22.4.0",
]

Loading…
Cancel
Save