Skip to content

Commit c894935

Browse files
committed
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.
1 parent a2b3149 commit c894935

File tree

1 file changed

+116
-0
lines changed

1 file changed

+116
-0
lines changed

requirements.txt

+116
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile pyproject.toml
6+
#
7+
asgiref==3.8.1
8+
# via django
9+
babel==2.15.0
10+
# via mkdocs-material
11+
build==1.2.1
12+
# via pip-tools
13+
certifi==2024.2.2
14+
# via requests
15+
charset-normalizer==3.3.2
16+
# via requests
17+
click==8.1.7
18+
# via
19+
# mkdocs
20+
# pip-tools
21+
colorama==0.4.6
22+
# via
23+
# mkdocs-material
24+
# taskipy
25+
django==5.0.6
26+
# via
27+
# building-your-first-api-with-django-and-django-rest-framework (pyproject.toml)
28+
# djangorestframework
29+
djangorestframework==3.15.1
30+
# via building-your-first-api-with-django-and-django-rest-framework (pyproject.toml)
31+
ghp-import==2.1.0
32+
# via mkdocs
33+
idna==3.7
34+
# via requests
35+
jinja2==3.1.4
36+
# via
37+
# mkdocs
38+
# mkdocs-material
39+
markdown==3.6
40+
# via
41+
# building-your-first-api-with-django-and-django-rest-framework (pyproject.toml)
42+
# mkdocs
43+
# mkdocs-material
44+
# pymdown-extensions
45+
markupsafe==2.1.5
46+
# via
47+
# jinja2
48+
# mkdocs
49+
mergedeep==1.3.4
50+
# via
51+
# mkdocs
52+
# mkdocs-get-deps
53+
mkdocs==1.6.0
54+
# via mkdocs-material
55+
mkdocs-get-deps==0.2.0
56+
# via mkdocs
57+
mkdocs-material==9.5.22
58+
# via building-your-first-api-with-django-and-django-rest-framework (pyproject.toml)
59+
mkdocs-material-extensions==1.3.1
60+
# via mkdocs-material
61+
packaging==24.0
62+
# via
63+
# build
64+
# mkdocs
65+
paginate==0.5.6
66+
# via mkdocs-material
67+
pathspec==0.12.1
68+
# via mkdocs
69+
pip-tools==7.4.1
70+
# via building-your-first-api-with-django-and-django-rest-framework (pyproject.toml)
71+
platformdirs==4.2.2
72+
# via mkdocs-get-deps
73+
psutil==5.9.8
74+
# via taskipy
75+
pygments==2.18.0
76+
# via
77+
# building-your-first-api-with-django-and-django-rest-framework (pyproject.toml)
78+
# mkdocs-material
79+
pymdown-extensions==10.8.1
80+
# via mkdocs-material
81+
pyproject-hooks==1.1.0
82+
# via
83+
# build
84+
# pip-tools
85+
python-dateutil==2.9.0.post0
86+
# via ghp-import
87+
pyyaml==6.0.1
88+
# via
89+
# mkdocs
90+
# mkdocs-get-deps
91+
# pymdown-extensions
92+
# pyyaml-env-tag
93+
pyyaml-env-tag==0.1
94+
# via mkdocs
95+
regex==2024.5.10
96+
# via mkdocs-material
97+
requests==2.31.0
98+
# via mkdocs-material
99+
six==1.16.0
100+
# via python-dateutil
101+
sqlparse==0.5.0
102+
# via django
103+
taskipy==1.12.2
104+
# via building-your-first-api-with-django-and-django-rest-framework (pyproject.toml)
105+
tomli==2.0.1
106+
# via taskipy
107+
urllib3==2.2.1
108+
# via requests
109+
watchdog==4.0.0
110+
# via mkdocs
111+
wheel==0.43.0
112+
# via pip-tools
113+
114+
# The following packages are considered to be unsafe in a requirements file:
115+
# pip
116+
# setuptools

0 commit comments

Comments
 (0)