How to freeze a requirement with pipenv?

For example we have some pipfile (below) and I'd like to freeze the django version. We don't have a requirements.txt and we only use pipenv. How can I freeze the django version? [[source]] url = "...