remove obsolete requirements, set up pipenv with dependencies in Pipfile.
This commit is contained in:
parent
d4ecc4c9de
commit
17d8b28853
2
.gitignore
vendored
2
.gitignore
vendored
@ -104,7 +104,7 @@ ipython_config.py
|
|||||||
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
||||||
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
||||||
# install all needed dependencies.
|
# install all needed dependencies.
|
||||||
#Pipfile.lock
|
Pipfile.lock
|
||||||
|
|
||||||
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
|
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
|
||||||
__pypackages__/
|
__pypackages__/
|
||||||
|
13
Pipfile
Normal file
13
Pipfile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[[source]]
|
||||||
|
name = "pypi"
|
||||||
|
url = "https://pypi.org/simple"
|
||||||
|
verify_ssl = true
|
||||||
|
|
||||||
|
[dev-packages]
|
||||||
|
|
||||||
|
[packages]
|
||||||
|
django = "*"
|
||||||
|
django-thumbs-v2 = "*"
|
||||||
|
|
||||||
|
[requires]
|
||||||
|
python_version = "3"
|
@ -1,2 +0,0 @@
|
|||||||
django
|
|
||||||
django-thumbs-v2
|
|
Loading…
Reference in New Issue
Block a user