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 !
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
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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now