Skip to content

Commit

Permalink
added full requirements, updated python version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Miloš Ljubenović committed Sep 4, 2024
1 parent aaea4c4 commit 584f0ae
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.10.14]
python-version: [3.12.3]

steps:
- uses: actions/checkout@v1
Expand All @@ -27,6 +27,7 @@ jobs:
run: |
source venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.dev.txt
pip install -r requirements.test.txt
- name: Run pytest
Expand Down
123 changes: 123 additions & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
acme==2.10.0
aiodns==3.2.0
aiohappyeyeballs==2.4.0
aiohttp==3.10.5
aiohttp-cors==0.7.0
aiohttp-fast-zlib==0.1.1
aiooui==0.1.6
aiosignal==1.3.1
aiozoneinfo==0.2.1
anyio==4.4.0
astral==2.2
async-timeout==4.0.3
async_interrupt==1.2.0
atomicwrites-homeassistant==1.4.1
attrs==23.2.0
awesomeversion==24.6.0
bcrypt==4.1.3
bleak==0.22.2
bleak-retry-connector==3.5.0
bluetooth-adapters==0.19.4
bluetooth-auto-recovery==1.4.2
bluetooth-data-tools==1.20.0
boto3==1.35.10
botocore==1.35.10
btsocket==0.3.0
certifi==2024.8.30
cffi==1.17.0
charset-normalizer==3.3.2
ciso8601==2.3.1
coverage==7.6.0
cryptography==43.0.0
dbus-fast==2.24.0
envs==1.4
execnet==2.1.1
fnv-hash-fast==1.0.2
fnvhash==0.1.0
freezegun==1.5.1
frozenlist==1.4.1
h11==0.14.0
habluetooth==3.4.0
hass-nabucasa==0.81.1
home-assistant-bluetooth==1.12.2
homeassistant==2024.9.0b2
httpcore==1.0.5
httpx==0.27.0
idna==3.8
ifaddr==0.2.0
iniconfig==2.0.0
Jinja2==3.1.4
jmespath==1.0.1
josepy==1.14.0
lru-dict==1.3.0
MarkupSafe==2.1.5
mock-open==1.4.0
multidict==6.0.5
numpy==1.26.0
orjson==3.10.7
packaging==24.1
paho-mqtt==1.6.1
pillow==10.4.0
pip-licenses==4.5.1
pipdeptree==2.23.1
pluggy==1.5.0
prettytable==3.11.0
psutil==6.0.0
psutil-home-assistant==0.0.1
pycares==4.4.0
pycognito==2024.5.1
pycparser==2.22
pydantic==1.10.17
PyJWT==2.9.0
pylint-per-file-ignores==1.3.2
pyobjc-core==10.3.1
pyobjc-framework-Cocoa==10.3.1
pyobjc-framework-CoreBluetooth==10.3.1
pyobjc-framework-libdispatch==10.3.1
pyOpenSSL==24.2.1
pyRFC3339==1.1
PyRIC==0.1.6.3
pytest==8.3.1
pytest-aiohttp==1.0.5
pytest-asyncio==0.23.8
pytest-cov==5.0.0
pytest-github-actions-annotate-failures==0.2.0
pytest-homeassistant-custom-component==0.13.158
pytest-picked==0.5.0
pytest-socket==0.7.0
pytest-sugar==1.0.0
pytest-timeout==2.3.1
pytest-unordered==0.6.1
pytest-xdist==3.6.1
pytest_freezer==0.4.8
python-dateutil==2.9.0.post0
python-slugify==8.0.4
pytz==2024.1
PyYAML==6.0.2
requests==2.32.3
requests-mock==1.12.1
respx==0.21.1
s3transfer==0.10.2
setuptools==74.0.0
six==1.16.0
sniffio==1.3.1
snitun==0.39.1
SQLAlchemy==2.0.31
syrupy==4.6.1
termcolor==2.4.0
text-unidecode==1.3
tomli==2.0.1
tqdm==4.66.4
typing_extensions==4.12.2
tzdata==2024.1
uart-devices==0.1.0
ulid-transform==1.0.2
urllib3==1.26.20
usb-devices==0.4.5
uv==0.2.27
uvloop==0.20.0
voluptuous==0.15.2
voluptuous-openapi==0.0.5
voluptuous-serialize==2.6.0
wcwidth==0.2.13
yarl==1.9.4

0 comments on commit 584f0ae

Please sign in to comment.