2015-03-12 16:23:55 +00:00
|
|
|
###
|
|
|
|
|
# This file is only here to make sure that something like
|
|
|
|
|
#
|
|
|
|
|
# pip install -e .[develop]
|
|
|
|
|
#
|
|
|
|
|
# works as expected. Requirements can be found in setup.py in the
|
|
|
|
|
# variables INSTALL_REQUIRES and EXTRA_REQUIRES.
|
|
|
|
|
###
|
|
|
|
|
|
2017-11-01 15:15:18 +00:00
|
|
|
# let's force the regular pypi URL, with https, just to be sure
|
|
|
|
|
-i https://pypi.python.org/simple
|
2015-03-12 16:23:55 +00:00
|
|
|
.
|