mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-20 07:13:55 +08:00
Allow pip to determine the correct version of colorama and requests
This commit is contained in:

committed by
Paul Bartell

parent
5136a30399
commit
e78feebe7b
4
.github/scripts/common/requirements.txt
vendored
4
.github/scripts/common/requirements.txt
vendored
@ -1,6 +1,6 @@
|
|||||||
certifi==2020.12.5
|
certifi==2020.12.5
|
||||||
chardet==4.0.0
|
chardet==4.0.0
|
||||||
colorama==0.4.4
|
colorama
|
||||||
Deprecated==1.2.10
|
Deprecated==1.2.10
|
||||||
gitdb==4.0.5
|
gitdb==4.0.5
|
||||||
GitPython==3.1.11
|
GitPython==3.1.11
|
||||||
@ -8,7 +8,7 @@ idna==2.10
|
|||||||
PyGithub==1.54
|
PyGithub==1.54
|
||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
PyYAML==5.4
|
PyYAML==5.4
|
||||||
requests==2.25.1
|
requests
|
||||||
smmap==3.0.4
|
smmap==3.0.4
|
||||||
urllib3==1.26.3
|
urllib3==1.26.3
|
||||||
wrapt==1.12.1
|
wrapt==1.12.1
|
||||||
|
Reference in New Issue
Block a user