mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue