/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to requirements.txt

  • Committer: Colin Watson
  • Date: 2022-08-08 17:26:06 UTC
  • mto: This revision was merged to the branch mainline in revision 529.
  • Revision ID: cjwatson@canonical.com-20220808172606-77xzhydq226ohtma
Modernize packaging.

There are new dependencies on `importlib_metadata` (for Python < 3.8)
and `packaging`, in order to avoid a self-import in `setup.py`.  People
proxying Loggerhead through Apache should install the
`loggerhead[proxied]` extra; people running it via FastCGI, SCGI, or AJP
should install the `loggerhead[flup]` extra.

The version handling rearrangements make it possible to install
Loggerhead using `pip`.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
bleach; python_version > "3.5"
9
9
bleach < 4.0.0; python_version <= "3.5"
10
10
packaging < 21.0; python_version <= "3.5"
11
 
https://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-5.2.tar.gz
12
11
Pygments < 2.12; python_version <= "3.5"
13
12
Pygments; python_version > "3.5"
14
13
certifi < 2022.5.18; python_version <= "3.5"