diff options
author | Evan Steinkerchner <esteinkerchner@gmail.com> | 2022-03-20 23:06:16 -0400 |
---|---|---|
committer | Evan Steinkerchner <esteinkerchner@gmail.com> | 2022-03-20 23:06:16 -0400 |
commit | 6f9a74ddcf4833e50df4033ae4291d718af784d9 (patch) | |
tree | 236fa3c8a6a55287fd9a6675a01e2612b7dac02f | |
parent | 03f2e6bbb1d2fc5ebf2190604aaa3af0259f43b8 (diff) | |
download | homer-6f9a74ddcf4833e50df4033ae4291d718af784d9.tar.gz homer-6f9a74ddcf4833e50df4033ae4291d718af784d9.tar.zst homer-6f9a74ddcf4833e50df4033ae4291d718af784d9.zip |
Added requirements.txt for docs development
-rw-r--r-- | requirements.txt | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..568942b --- /dev/null +++ b/requirements.txt | |||
@@ -0,0 +1,76 @@ | |||
1 | attrs==19.3.0 | ||
2 | Automat==0.8.0 | ||
3 | blinker==1.4 | ||
4 | certifi==2019.11.28 | ||
5 | chardet==3.0.4 | ||
6 | Click==7.0 | ||
7 | cloud-init==21.4 | ||
8 | colorama==0.4.3 | ||
9 | command-not-found==0.3 | ||
10 | configobj==5.0.6 | ||
11 | constantly==15.1.0 | ||
12 | cryptography==2.8 | ||
13 | cupshelpers==1.0 | ||
14 | dbus-python==1.2.16 | ||
15 | defer==1.0.6 | ||
16 | distro==1.4.0 | ||
17 | distro-info===0.23ubuntu1 | ||
18 | entrypoints==0.3 | ||
19 | httplib2==0.14.0 | ||
20 | hyperlink==19.0.0 | ||
21 | idna==2.8 | ||
22 | importlib-metadata==1.5.0 | ||
23 | incremental==16.10.1 | ||
24 | Jinja2==2.10.1 | ||
25 | jsonpatch==1.22 | ||
26 | jsonpointer==2.0 | ||
27 | jsonschema==3.2.0 | ||
28 | keyring==18.0.1 | ||
29 | language-selector==0.1 | ||
30 | launchpadlib==1.10.13 | ||
31 | lazr.restfulclient==0.14.2 | ||
32 | lazr.uri==1.0.3 | ||
33 | macaroonbakery==1.3.1 | ||
34 | MarkupSafe==1.1.0 | ||
35 | more-itertools==4.2.0 | ||
36 | netifaces==0.10.4 | ||
37 | oauthlib==3.1.0 | ||
38 | pexpect==4.6.0 | ||
39 | powerline-shell==0.7.0 | ||
40 | protobuf==3.6.1 | ||
41 | psutil==5.5.1 | ||
42 | pyasn1==0.4.2 | ||
43 | pyasn1-modules==0.2.1 | ||
44 | pycairo==1.16.2 | ||
45 | pycups==1.9.73 | ||
46 | PyGObject==3.36.0 | ||
47 | PyHamcrest==1.9.0 | ||
48 | PyJWT==1.7.1 | ||
49 | pymacaroons==0.13.0 | ||
50 | PyNaCl==1.3.0 | ||
51 | pyOpenSSL==19.0.0 | ||
52 | pyRFC3339==1.1 | ||
53 | pyrsistent==0.15.5 | ||
54 | pyserial==3.4 | ||
55 | python-apt==2.0.0+ubuntu0.20.4.6 | ||
56 | python-debian===0.1.36ubuntu1 | ||
57 | pytz==2019.3 | ||
58 | pyxdg==0.26 | ||
59 | PyYAML==5.3.1 | ||
60 | requests==2.22.0 | ||
61 | requests-unixsocket==0.2.0 | ||
62 | SecretStorage==2.3.1 | ||
63 | service-identity==18.1.0 | ||
64 | simplejson==3.16.0 | ||
65 | six==1.14.0 | ||
66 | sos==4.2 | ||
67 | ssh-import-id==5.10 | ||
68 | systemd-python==234 | ||
69 | Twisted==18.9.0 | ||
70 | ubuntu-advantage-tools==27.5 | ||
71 | ufw==0.36 | ||
72 | unattended-upgrades==0.1 | ||
73 | urllib3==1.25.8 | ||
74 | wadllib==1.3.3 | ||
75 | zipp==1.0.0 | ||
76 | zope.interface==4.7.1 | ||