Open saguillo2000 opened 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
To have full PostgreSQL support we have to install (it's an updated list with psycopg2):
asgiref 3.4.1 pyhd3eb1b0_0
ca-certificates 2021.9.30 haa95532_1
certifi 2021.5.30 py38haa95532_0
django 3.2.5 pyhd3eb1b0_0
libpq 12.2 hb652d5d_1
openssl 1.1.1l h2bbff1b_0
pip 21.0.1 py38haa95532_0
psycopg2 2.8.6 py38hcd4344a_1
psycopg2-binary 2.9.1 pypi_0 pypi
python 3.8.11 h6244533_1
pytz 2021.3 pyhd3eb1b0_0
setuptools 58.0.4 py38haa95532_0
sqlite 3.36.0 h2bbff1b_0
sqlparse 0.4.1 py_0
typing_extensions 3.10.0.2 pyh06a4308_0
vc 14.2 h21ff451_1
vs2015_runtime 14.27.29016 h5e58377_2
wheel 0.37.0 pyhd3eb1b0_1
wincertstore 0.2 py38haa95532_2
For the frontend part, we're going to need:
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
Django requirements for 24861dc23917375b34543df26276e8be0abbead3:
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
We have to pip install Pillow , so we can add images
It's time to decide the version of Python and the framework to use in this project