Skip to content

Commit 5e4dfcd

Browse files
committed
Update README with pipenv stuff
1 parent 112f2fb commit 5e4dfcd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ But don't be fooled, it isn't a real tree. It is an ASCII representation of the
7676
├── env
7777
│  
7878
├── manage.py
79-
├── requirements.txt
79+
├── Pipfile
80+
├── Pipfile.lock
8081
├── tests
8182
│   ├── __init__.py
8283
│   ├── api
@@ -187,6 +188,11 @@ I've coded a little API test client because I don't know anything better. Please
187188
### wsgi.py
188189
This teeny tiny script is used to deploy later on. Let it be!
189190

191+
### Pipfile and Pipfile.lock
192+
I decided to start using [Pipenv](https://github.com/pypa/pipenv) for this skeleton instead of `pip`.
193+
While I don't really like some aspects of `pipenv`, I think they are moving towards the right direction.
194+
Resolution of dependencies and their respective subdependencies, dependencies hash checking and security scans are a must nowadays.
195+
The usage of the tool is outside of this project, so I kindly suggest to read their [basics guide](https://docs.pipenv.org/en/latest/basics/).
190196

191197

192198
## Farewell

0 commit comments

Comments
 (0)