mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-09 18:05:05 -04:00
Remove distutils
The package distutils was depcrecated in Python 3.10 and remove in Python 3.12 Update poetry.lock
This commit is contained in:
parent
d20a24a152
commit
1fb1a470df
5 changed files with 418 additions and 1826 deletions
|
@ -33,7 +33,7 @@ import tempfile
|
|||
import time
|
||||
import traceback
|
||||
|
||||
from distutils.version import LooseVersion as Version
|
||||
from packaging import version as Version
|
||||
|
||||
|
||||
class TorErrorAutomatic(Exception):
|
||||
|
|
981
cli/poetry.lock
generated
981
cli/poetry.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue