diff options
author | Evan Steinkerchner <esteinkerchner@gmail.com> | 2022-03-22 18:22:16 -0400 |
---|---|---|
committer | Evan Steinkerchner <esteinkerchner@gmail.com> | 2022-03-22 18:22:16 -0400 |
commit | 828582351780582558cb0f4a475ef9eeb4dc1299 (patch) | |
tree | ec165822c987924f30e2b8bdcebf3729ec772227 /requirements.txt | |
parent | 6f9a74ddcf4833e50df4033ae4291d718af784d9 (diff) | |
download | homer-828582351780582558cb0f4a475ef9eeb4dc1299.tar.gz homer-828582351780582558cb0f4a475ef9eeb4dc1299.tar.zst homer-828582351780582558cb0f4a475ef9eeb4dc1299.zip |
Created new custom home page, moved Getting started to its own page, fixed requirements.txt, added docs/README.md
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 99 |
1 files changed, 23 insertions, 76 deletions
diff --git a/requirements.txt b/requirements.txt index 568942b..078b3dc 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -1,76 +1,23 @@ | |||
1 | attrs==19.3.0 | 1 | bracex==2.2.1 |
2 | Automat==0.8.0 | 2 | click==8.0.4 |
3 | blinker==1.4 | 3 | ghp-import==2.0.2 |
4 | certifi==2019.11.28 | 4 | importlib-metadata==4.11.3 |
5 | chardet==3.0.4 | 5 | Jinja2==3.0.3 |
6 | Click==7.0 | 6 | Markdown==3.3.6 |
7 | cloud-init==21.4 | 7 | MarkupSafe==2.1.1 |
8 | colorama==0.4.3 | 8 | mergedeep==1.3.4 |
9 | command-not-found==0.3 | 9 | mkdocs==1.2.3 |
10 | configobj==5.0.6 | 10 | mkdocs-awesome-pages-plugin==2.7.0 |
11 | constantly==15.1.0 | 11 | mkdocs-material==8.2.5 |
12 | cryptography==2.8 | 12 | mkdocs-material-extensions==1.0.3 |
13 | cupshelpers==1.0 | 13 | packaging==21.3 |
14 | dbus-python==1.2.16 | 14 | Pygments==2.11.2 |
15 | defer==1.0.6 | 15 | pymdown-extensions==9.3 |
16 | distro==1.4.0 | 16 | pyparsing==3.0.7 |
17 | distro-info===0.23ubuntu1 | 17 | python-dateutil==2.8.2 |
18 | entrypoints==0.3 | 18 | PyYAML==6.0 |
19 | httplib2==0.14.0 | 19 | pyyaml-env-tag==0.1 |
20 | hyperlink==19.0.0 | 20 | six==1.16.0 |
21 | idna==2.8 | 21 | watchdog==2.1.6 |
22 | importlib-metadata==1.5.0 | 22 | wcmatch==8.3 |
23 | incremental==16.10.1 | 23 | zipp==3.7.0 |
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 | ||