Skip to content

Commit fe4eebb

Browse files
committed
🔧 Add a file with direct dependencies
The requirements.in` file contains only the direct project dependencies. I suggest to use it from now on to pin the top-level project dependencies, instead of `requirements.txt` and use it to generate requirements.txt like so: python -m pip install -r requirements.in python m pip freeze > requirements.txt
1 parent 7a97e74 commit fe4eebb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

requirements.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Jinja2==3.1.5
2+
mkdocs==1.6.1
3+
mkdocs-htmlproofer-plugin==1.3.0
4+
mkdocs-material==9.5.49
5+
mkdocs-redirects==1.2.2
6+
mkdocs-unused-files==0.2.0
7+
pymdown-extensions==10.13

0 commit comments

Comments
 (0)