Stop pip from installing 100s of libs to resolve conficts

By pinning all versions
This commit is contained in:
Eliise 2021-08-16 09:25:29 +00:00
Родитель 83251531c1
Коммит 31b3cfc02c
2 изменённых файлов: 16 добавлений и 16 удалений

Просмотреть файл

@ -1,11 +1,11 @@
click>=6.0
docker>=3.4
python-dotenv
requests
fstrings
msrestazure~=0.4.32
iotedgehubdev >= 0.14.3
click==8.0.1
docker==4.4.1
python-dotenv==0.19.0
requests==2.25.1
fstrings==0.1.0
msrestazure==0.4.34
iotedgehubdev==0.14.9
applicationinsights
commentjson
commentjson==0.9.0
pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'

Просмотреть файл

@ -1,18 +1,18 @@
-r requirements.txt
pip
pip==21.2.3
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
docker-compose==1.29.2
docker-compose==1.28.3
flake8==3.9.2
pycodestyle==2.7.0
autopep8==1.5.7
tox
tox==3.24.1
coverage==4.1
Sphinx==1.4.8
cookiecutter==1.7.3
PyYAML
pylint
pytest
setuptools
twine
PyYAML==4.2b4
pylint==2.3.0
pytest==6.2.4
setuptools==57.0.0
twine==3.4.2