/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: Robey Pointer
  • Date: 2006-12-11 06:44:19 UTC
  • Revision ID: robey@lag.net-20061211064419-8ssa7mlsiflpmy0c
initial checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
setuptools
2
 
Paste >= 1.6
3
 
dulwich; python_version > "3.5"
4
 
dulwich <= 0.20.25; python_version <= "3.5"
5
 
testtools
6
 
breezy >= 3.1; python_version > "3.5"
7
 
breezy >= 3.1, < 3.2; python_version <= "3.5"
8
 
bleach; python_version > "3.5"
9
 
bleach < 4.0.0; python_version <= "3.5"
10
 
packaging < 21.0; python_version <= "3.5"
11
 
Pygments < 2.12; python_version <= "3.5"
12
 
Pygments; python_version > "3.5"
13
 
certifi < 2022.5.18; python_version <= "3.5"
14
 
fixtures < 4.0.0; python_version <= "3.5"