Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regenerate constraints.txt using pip-compile #9271

Merged
merged 6 commits into from
Aug 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 21 additions & 14 deletions scripts/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile --output-file=constraints.txt requirements.txt
Expand All @@ -14,8 +14,6 @@ appnope==0.1.2
# via -r requirements.txt
backcall==0.2.0
# via ipython
bidict==0.21.2
# via python-socketio
bitstring==3.1.7
# via -r requirements.esp32.txt
brotli==1.0.9
Expand All @@ -29,13 +27,16 @@ chardet==4.0.0
click==7.1.2
# via
# -r requirements.esp32.txt
# -r requirements.txt
# flask
# mbed-tools
# pip-tools
colorama==0.4.4
# via west
coloredlogs==15.0.1
# via -r requirements.txt
construct==2.10.54
# via -r requirements.esp32.txt
cryptography==3.4.7
# via -r requirements.esp32.txt
cxxfilt==0.2.2
Expand All @@ -52,15 +53,15 @@ ecdsa==0.17.0
# via -r requirements.esp32.txt
filelock==3.0.12
# via virtualenv
flask-compress==1.10.0
# via gdbgui
flask-socketio==2.9.6
# via gdbgui
flask==0.12.5
# via
# flask-compress
# flask-socketio
# gdbgui
flask-compress==1.10.0
# via gdbgui
flask-socketio==2.9.6
# via gdbgui
future==0.18.2
# via
# -r requirements.esp32.txt
Expand All @@ -81,10 +82,10 @@ idna==2.10
# via requests
intelhex==2.3.0
# via -r requirements.txt
ipython-genutils==0.2.0
# via traitlets
ipython==7.24.1
# via -r requirements.txt
ipython-genutils==0.2.0
# via traitlets
itsdangerous==2.0.1
# via flask
jedi==0.18.0
Expand All @@ -93,6 +94,8 @@ jinja2==3.0.1
# via
# flask
# mbed-tools
kconfiglib==13.7.1
# via -r requirements.esp32.txt
lockfile==0.12.2
# via -r requirements.txt
mako==1.1.4
Expand Down Expand Up @@ -175,10 +178,12 @@ python-dateutil==2.8.1
# pykwalify
python-dotenv==0.17.1
# via mbed-tools
python-engineio==4.2.0
python-engineio==3.14.2
# via python-socketio
python-socketio<5
# via flask-socketio
python-socketio==4.6.1
# via
# -r requirements.esp32.txt
# flask-socketio
pytz==2021.1
# via pandas
pyudev==0.22.0
Expand All @@ -193,16 +198,18 @@ requests==2.25.1
# via
# -r requirements.txt
# mbed-tools
ruamel.yaml.clib==0.2.2
# via ruamel.yaml
ruamel.yaml==0.17.9
# via pykwalify
ruamel.yaml.clib==0.2.2
# via ruamel.yaml
six==1.16.0
# via
# anytree
# ecdsa
# protobuf
# python-dateutil
# python-engineio
# python-socketio
# pyudev
# virtualenv
smmap==4.0.0
Expand Down