Commit fe4eebb
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.txt1 parent 7a97e74 commit fe4eebb
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments