Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 923 Bytes

Dependencies.md

File metadata and controls

16 lines (16 loc) · 923 Bytes

All libraries used with their licenses and links to repo. all are mandatory

Library License Link to Source
numpy BSD-3-Clause https://github.com/numpy/numpy
Flask BSD-3-Clause https://github.com/pallets/flask/
Flask-Cors MIT https://github.com/corydolphin/flask-cors
autopep8 MIT https://github.com/hhatto/autopep8
mysqlclient GLP-2 https://github.com/PyMySQL/mysqlclient
mysql-connector-python GLP-2 https://github.com/mysql/mysql-connector-python
black MIT https://github.com/psf/black
pylint GLP-2 https://github.com/pylint-dev/pylint
pytest MIT https://github.com/pytest-dev/pytest
pytest-cov MIT https://github.com/pytest-dev/pytest-cov
python-dotenv BSD-3-Clause "New" or "Revised" https://github.com/theskumar/python-dotenv
pandas BSD-3-Clause https://github.com/pandas-dev/pandas
bcrypt Apache-2 https://github.com/pyca/bcrypt/