Skip to content

Commit

Permalink
Moved to using Pipenv for example
Browse files Browse the repository at this point in the history
  • Loading branch information
timthelion committed Mar 8, 2019
1 parent 56d844b commit f09983c
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 3 deletions.
17 changes: 17 additions & 0 deletions example/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
reportlab = "*"
django-import-export = "*"
Django = ">=2"
"PyPDF2" = "*"
"django-related-admin" = "*"
"django-celery" = "*"

[requires]
python_version = "3.5"

[dev-packages]
264 changes: 264 additions & 0 deletions example/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion example/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Install Django dependencies:

.. code-block:: bash
pip install -r requirements.txt
pipenv install
pipenv shell
Initialize database tables:

Expand Down
2 changes: 0 additions & 2 deletions example/requirements.txt

This file was deleted.

0 comments on commit f09983c

Please sign in to comment.