-
- Downloads
Fix requirements.txt generation
Showing
- poetry.lock 194 additions, 68 deletionspoetry.lock
- pyproject.toml 1 addition, 0 deletionspyproject.toml
- requirements.txt 23 additions, 16 deletionsrequirements.txt
- scripts/create_env.sh 0 additions, 0 deletionsscripts/create_env.sh
- scripts/filter_requirements_txt.py 18 additions, 0 deletionsscripts/filter_requirements_txt.py
- scripts/generate_requirements_txt.sh 2 additions, 0 deletionsscripts/generate_requirements_txt.sh
adafruit-blinka==5.9.0 | ||
adafruit-circuitpython-neopixel-spi==0.9.0 | ||
adafruit-circuitpython-pypixelbuf==2.2.0 | ||
adafruit-platformdetect==2.23.0 | ||
adafruit-pureio==1.1.8 | ||
certifi==2020.12.5 | ||
chardet==3.0.4 | ||
idna==2.10 | ||
adafruit-blinka==6.4.0; python_full_version >= "3.6.0" | ||
adafruit-circuitpython-busdevice==5.0.6 | ||
adafruit-circuitpython-neopixel-spi==0.9.1 | ||
adafruit-circuitpython-pypixelbuf==2.2.4 | ||
adafruit-platformdetect==3.4.0; python_full_version >= "3.6.0" | ||
adafruit-pureio==1.1.8; python_full_version >= "3.6.0" | ||
certifi==2020.12.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" | ||
chardet==4.0.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" | ||
click==7.1.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" | ||
flask==1.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") | ||
idna==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" | ||
ioctl-opt==1.2.2 | ||
pyftdi==0.52.0 | ||
pyserial==3.5 | ||
itsdangerous==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" | ||
jinja2==2.11.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" | ||
markupsafe==1.1.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" | ||
pyftdi==0.52.9; python_version >= "3.5" and python_full_version >= "3.6.0" | ||
pyserial==3.5; python_version >= "3.5" and python_full_version >= "3.6.0" | ||
pyudev==0.22.0 | ||
pyusb==1.1.0 | ||
requests==2.25.0 | ||
rpi-ws281x==4.2.5 | ||
pyusb==1.1.1; python_version >= "3.5" and python_full_version >= "3.6.0" | ||
requests==2.25.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") | ||
rpi-ws281x==4.2.6 | ||
rpi.gpio==0.7.0 | ||
six==1.15.0 | ||
toml==0.10.2 | ||
urllib3==1.26.2 | ||
six==1.15.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" | ||
toml==0.10.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0") | ||
urllib3==1.26.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" | ||
werkzeug==1.0.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" |
File moved
scripts/filter_requirements_txt.py
0 → 100644
scripts/generate_requirements_txt.sh
0 → 100755
Please register or sign in to comment