forked from spacemanspiff2007/HABApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
32 lines (28 loc) · 995 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# -----------------------------------------------------------------------------
# Packages required for HABApp
# -----------------------------------------------------------------------------
aiohttp-sse-client==0.2.1
aiohttp==3.8.1
bidict==0.21.4
eascheduler==0.1.4
easyco==0.2.3
paho-mqtt==1.6.1
pydantic==1.8.2
stackprinter==0.2.5
voluptuous==0.12.2
watchdog==2.1.6
ujson==4.3.0
immutables==0.16
# install pendulum last because the setup sometimes fails :S
pendulum==2.1.2
# -----------------------------------------------------------------------------
# Packages to run source tests
# -----------------------------------------------------------------------------
pytest==6.2.5
pytest-asyncio==0.16.0
flake8==4.0.1 # Required for github test
mock==4.0.3;python_version<"3.8"
# -----------------------------------------------------------------------------
# Packages for source formatting
# -----------------------------------------------------------------------------
pre-commit==2.16.0