Bootstrap venv creation with flit and poetry

this is in addition to pip and setuptools installs

add in --ignore-installed and --no-build-isolation flags
reasoning is that we are not installing needed packages
for building
This commit is contained in:
Shane McDonald
2019-12-11 16:40:32 -05:00
committed by AlanCoding
parent a2acf4d61f
commit cf55b6a0ba
3 changed files with 18 additions and 17 deletions

View File

@@ -5,16 +5,14 @@ pytest-runner
isort
virtualenv
m2r
twine # from python-daemon
wheel==0.33.6
cffi>=1.1
wheel>=0.33.6
backports.functools_lru_cache
more-itertools==5.0.0
poetry
poetry==0.12.17
functools32<4.0.0,>=3.2.3; python_version >= "2.7" and python_version < "2.8"
flit; python_version >= "3.5"
twine; python_version >= "3.6"
incremental>=16.10.1; python_version >= "3.6"
lxml>=3.0; python_version >= "3.6"
pkgconfig; python_version >= "3.6"
pkgconfig; python_version >= "3.6"