pin tldextract for 3.6

I'm almost tempted to get pyenv working, almost.
This commit is contained in:
Jimmy 2022-02-21 21:49:09 +13:00
parent 0aa5558888
commit 6e119a8508
2 changed files with 4 additions and 1 deletions

View File

@ -51,7 +51,7 @@ requests-file==1.5.1
six==1.16.0
sortedcontainers==2.4.0
soupsieve==2.3.1
tldextract==3.2.0
tldextract==3.2.0 ; python_version>="3.7"
toml==0.10.2
tomli==2.0.1 ; python_version>="3.7"
urllib3==1.26.8
@ -64,3 +64,4 @@ hypothesis<6.32 ; python_version=="3.6.*"
coverage<6.3 ; python_version=="3.6.*"
pytest-mock<3.7 ; python_version=="3.6.*"
itsdangerous<2.1.0 ; python_version=="3.6.*"
tldextract<3.2.0 ; python_version=="3.6.*"

View File

@ -51,3 +51,5 @@ tldextract
#@ add: pytest-mock<3.7 ; python_version=="3.6.*"
#@ markers: itsdangerous python_version>="3.7"
#@ add: itsdangerous<2.1.0 ; python_version=="3.6.*"
#@ markers: tldextract python_version>="3.7"
#@ add: tldextract<3.2.0 ; python_version=="3.6.*"