Remove idna as dependency
We use the python inbuilt idna module
This commit is contained in:
parent
af88c4cbc6
commit
7397cc8af6
3 changed files with 0 additions and 3 deletions
|
@ -11,7 +11,6 @@
|
||||||
- python3-openssl (>=0.14)
|
- python3-openssl (>=0.14)
|
||||||
- python3-cssutils (>=1.0.2)
|
- python3-cssutils (>=1.0.2)
|
||||||
- python3-keyring
|
- python3-keyring
|
||||||
- python3-idna
|
|
||||||
- python3-precis-i18n
|
- python3-precis-i18n
|
||||||
|
|
||||||
### Optional Runtime Requirements
|
### Optional Runtime Requirements
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -289,6 +289,5 @@ setup(
|
||||||
'pyOpenSSL>=0.12',
|
'pyOpenSSL>=0.12',
|
||||||
'cssutils>=1.0.2',
|
'cssutils>=1.0.2',
|
||||||
'precis-i18n>=1.0.0',
|
'precis-i18n>=1.0.0',
|
||||||
'idna>=2.7',
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
|
@ -103,7 +103,6 @@ python-axolotl
|
||||||
qrcode
|
qrcode
|
||||||
cssutils
|
cssutils
|
||||||
precis-i18n
|
precis-i18n
|
||||||
idna
|
|
||||||
"
|
"
|
||||||
|
|
||||||
build_pip install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
|
build_pip install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
|
||||||
|
|
Loading…
Add table
Reference in a new issue