diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-08 06:09:31 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-08 06:12:55 +0100 |
commit | 863d10e71f65617abf63a9d3b80b6c4ae41957b2 (patch) | |
tree | 9228769298d4d851d4a7c68a730cb0cdb4816b13 /packages.toml | |
parent | 1ee484d1f9ba72218b5442d5ab4eb831525a52e7 (diff) |
combine packages.txt & overrides.toml to packages.toml
Diffstat (limited to 'packages.toml')
-rw-r--r-- | packages.toml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/packages.toml b/packages.toml new file mode 100644 index 0000000..8054cef --- /dev/null +++ b/packages.toml @@ -0,0 +1,44 @@ +[babel] + +[beautifulsoup4] + +[bottle] + +[click] + +[django] + +[docutils] + +[flask] + +[httpx] + +[jinja2] + +[lxml] + +[mako] + +[markdown] + +[mistletoe] + +[numpy] + +[pydoctor] +docformat = "epytext" + +[pygments] + +[requests] + +[scrapy] + +[setuptools] + +[sphinx] + +[sqlalchemy] + +[werkzeug] |