-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
45 lines (42 loc) · 824 Bytes
/
Pipfile
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
33
34
35
36
37
38
39
40
41
42
43
44
45
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "2.6.0"
yapf = "0.30.0"
[packages]
numpy = "1.19.5"
sila2lib = "0.2.5"
pyserial = "3.5"
pandas = "1.2.1"
opcua = "0.98.12"
nose2 = "0.9.2"
zeroconf = "0.28.8"
influxdb = "5.3.1"
python-hosts = "1.0.1"
dacite = "1.6.0"
appdirs = "1.4.4"
filelock = "3.0.12"
fastapi = "0.63.0"
uvicorn = "0.13.3"
pyjwt = "2.0.1"
python-multipart = "0.0.5"
psycopg2 = "2.8.6"
apscheduler = "3.7.0"
msgpack = "1.0.2"
redis = "3.5.3"
aioredis = "1.3.1"
hiredis = "1.1.0"
docker = "4.4.1"
typing-extensions = "3.7.4.3"
websockets = "8.1"
protobuf = "3.14.0"
sphinx = "3.4.3"
sphinx-material = "0.0.32"
gunicorn = "*"
uvloop = {version = "*", sys_platform = "== 'linux'"}
httptools = "*"
influxdb-client = "1.16.0"
dataclasses = "0.6"
[requires]