Skip to content

Commit

Permalink
Created requirements.txt with application dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lipemorais committed May 15, 2024
1 parent a2b3149 commit c894935
Showing 1 changed file with 116 additions and 0 deletions.
116 changes: 116 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c894935

Please sign in to comment.