Wanhenri / Projeto-ERP

0 stars 0 forks source link

Backend Python #3

Closed Wanhenri closed 4 years ago

Wanhenri commented 4 years ago

Creation of the environment for development of the back end using Python

Wanhenri commented 4 years ago

This environment was created used pipenv and Pipfile

[[source]]
url = 'https://pypi.python.org/simple'
verify_ssl = true
name = 'pypi'

[packages]
flask = "~=1.1.1"
flask-cors = "~=3.0.8"
flask-restful = "~=0.3.7"
requests = "~=2.22.0"
gunicorn = "*"

[requires]
python="3.7.5"