rixy Posted May 22, 2021 Posted May 22, 2021 For my django app, i need some other python packages.Here the packages that i need :urllib3 lxml passlib bcrypt pillow django-markdown-deux django-markdown2 psycopg2 gunicorn requestsThanks ! Quote
Krydos Posted May 22, 2021 Posted May 22, 2021 Python 2.7 or python 3.7? If python 2.7 take a look at the existing modules and only request what isn't currently available listed on this link https://krydos2.heliohost.org/cgi-bin/modules27.py If python 3.7 take a look at the existing modules and only request what isn't currently available listed on this link https://krydos2.heliohost.org/cgi-bin/modules37.py Quote
Krydos Posted May 23, 2021 Posted May 23, 2021 I read this too quickly earlier. Since you said "django" that means it can only be python 3.7. In the future if you need more modules installed please check the list first and only request ones that aren't already installed. Most of the stuff you listed was already installed. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.