UB-ES-2021-A4 / Booksy

Booksy is an e-commerce Web App project built with React.
1 stars 1 forks source link

Django Requierments and Python version #1

Open saguillo2000 opened 3 years ago

saguillo2000 commented 3 years ago

It's time to decide the version of Python and the framework to use in this project

saguillo2000 commented 3 years ago

We are going to use python 3.8 and the following requirements for now:

dependencies:

For the team I passed a .yml file to install all the conda environment in their own computer

Dragris commented 3 years ago

To have full PostgreSQL support we have to install (it's an updated list with psycopg2):

lisa31419 commented 3 years ago

For the frontend part, we're going to need:

saguillo2000 commented 3 years ago

Now for the DJANGO REST we are going to need the following dependency: djangorestframework 3.12.4 pypi_0 pypi

pip install djangorestframework

Tomorrow we look for the enviornment update

Dragris commented 3 years ago

Django requirements for 24861dc23917375b34543df26276e8be0abbead3:

Name Version

asgiref 3.4.1
ca-certificates 2021.9.30
certifi 2021.5.30
django 3.2.5
django-cors-headers 3.10.0
djangorestframework 3.12.4
libpq 12.2
openssl 1.1.1l
pip 21.0.1
psycopg2 2.8.6
psycopg2-binary 2.9.1
python 3.8.11
pytz 2021.3
setuptools 58.0.4
sqlite 3.36.0
sqlparse 0.4.1
typing_extensions 3.10.0.2
vc 14.2
vs2015_runtime 14.27.29016
wheel 0.37.0
wincertstore 0.2

Dragris commented 3 years ago

We have to pip install Pillow , so we can add images