-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
75 lines (72 loc) · 1.39 KB
/
setup.cfg
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[metadata]
name = openhub-api
version = 0.0.351
author = Ganon Pierce
author_email = [email protected]
description = An open source GUI for the openhub iOT controller.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ganonp/OpenHubAPI
[options]
package_dir =
=OpenHubAPI
packages = find:
include_package_data = true
python_requires = >=3.6
install_requires =
plotly
pandas
django-mptt
markdown
django
djangorestframework
channels
django-polymorphic
pyyaml
asgiref==3.3.4
asn1crypto==0.24.0
attrs==21.2.0
autobahn==21.3.1
Automat==20.2.0
certifi==2018.8.24
cffi==1.14.5
chardet==3.0.4
constantly==15.1.0
cryptography==3.4.7
curve25519-donna==1.3
daphne==3.0.2
ed25519==1.5
entrypoints==0.3
h11==0.12.0
hyperlink==21.0.0
idna==2.6
ifaddr==0.1.7
incremental==21.3.0
keyring==17.1.1
keyrings.alt==3.1.1
paho-mqtt==1.5.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.20
pycrypto==2.6.1
pyftdi==0.53.1
pyOpenSSL==20.0.1
pyserial==3.5
pytz==2021.1
pyxdg==0.25
requests==2.21.0
SecretStorage==2.3.1
service-identity==21.1.0
six==1.12.0
sqlparse==0.4.1
ssh-import-id
sysv-ipc==1.1.0
Twisted==21.2.0
txaio==21.2.1
typing-extensions==3.10.0.0
urllib3==1.24.1
websockets==9.1
zeroconf==0.31.0
zope.interface==5.4.0
[options.packages.find]
where = OpenHubAPI