frennkie / django-ip2tor

Django Lightning Enabled Shop
19 stars 6 forks source link

Python Site Packages #15

Open frennkie opened 4 years ago

frennkie commented 4 years ago

The check whether a Onion Address is really a HTTPS site is done using pycurl. This added the requirement to install the virtual environment with --site-package (https://stackoverflow.com/questions/12079607/make-virtualenv-inherit-specific-packages-from-your-global-site-packages/19459977) which is not really nice.

Would be better to switch back to an isolated venv.