From c8949350a159a1cc9e86afaa0d79032db1e19bc1 Mon Sep 17 00:00:00 2001 From: FeliPython Date: Wed, 15 May 2024 10:23:21 -0400 Subject: [PATCH] Created requirements.txt with application dependencies This commit includes the creation of a requirements.txt file that contains all the python module dependencies needed for the application. The file was automatically generated with pip-compile and Python 3.12, specifying exact versions for every module to ensure consistency across different environments. This makes the installation process easier and guarantees the correct functioning of the application. --- requirements.txt | 116 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4dad88b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,116 @@ +# +# This file is autogenerated by pip-compile with Python 3.12 +# by the following command: +# +# pip-compile pyproject.toml +# +asgiref==3.8.1 + # via django +babel==2.15.0 + # via mkdocs-material +build==1.2.1 + # via pip-tools +certifi==2024.2.2 + # via requests +charset-normalizer==3.3.2 + # via requests +click==8.1.7 + # via + # mkdocs + # pip-tools +colorama==0.4.6 + # via + # mkdocs-material + # taskipy +django==5.0.6 + # via + # building-your-first-api-with-django-and-django-rest-framework (pyproject.toml) + # djangorestframework +djangorestframework==3.15.1 + # via building-your-first-api-with-django-and-django-rest-framework (pyproject.toml) +ghp-import==2.1.0 + # via mkdocs +idna==3.7 + # via requests +jinja2==3.1.4 + # via + # mkdocs + # mkdocs-material +markdown==3.6 + # via + # building-your-first-api-with-django-and-django-rest-framework (pyproject.toml) + # mkdocs + # mkdocs-material + # pymdown-extensions +markupsafe==2.1.5 + # via + # jinja2 + # mkdocs +mergedeep==1.3.4 + # via + # mkdocs + # mkdocs-get-deps +mkdocs==1.6.0 + # via mkdocs-material +mkdocs-get-deps==0.2.0 + # via mkdocs +mkdocs-material==9.5.22 + # via building-your-first-api-with-django-and-django-rest-framework (pyproject.toml) +mkdocs-material-extensions==1.3.1 + # via mkdocs-material +packaging==24.0 + # via + # build + # mkdocs +paginate==0.5.6 + # via mkdocs-material +pathspec==0.12.1 + # via mkdocs +pip-tools==7.4.1 + # via building-your-first-api-with-django-and-django-rest-framework (pyproject.toml) +platformdirs==4.2.2 + # via mkdocs-get-deps +psutil==5.9.8 + # via taskipy +pygments==2.18.0 + # via + # building-your-first-api-with-django-and-django-rest-framework (pyproject.toml) + # mkdocs-material +pymdown-extensions==10.8.1 + # via mkdocs-material +pyproject-hooks==1.1.0 + # via + # build + # pip-tools +python-dateutil==2.9.0.post0 + # via ghp-import +pyyaml==6.0.1 + # via + # mkdocs + # mkdocs-get-deps + # pymdown-extensions + # pyyaml-env-tag +pyyaml-env-tag==0.1 + # via mkdocs +regex==2024.5.10 + # via mkdocs-material +requests==2.31.0 + # via mkdocs-material +six==1.16.0 + # via python-dateutil +sqlparse==0.5.0 + # via django +taskipy==1.12.2 + # via building-your-first-api-with-django-and-django-rest-framework (pyproject.toml) +tomli==2.0.1 + # via taskipy +urllib3==2.2.1 + # via requests +watchdog==4.0.0 + # via mkdocs +wheel==0.43.0 + # via pip-tools + +# The following packages are considered to be unsafe in a requirements file: +# pip +# setuptools