diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-14 18:41:54 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-14 18:41:54 -0400 |
| commit | 48d4c8afa04d3438e931a686fe54172f4a27345f (patch) | |
| tree | e13b2c6bf2d010615ae424622e85a404b4bc03e6 /docs | |
| parent | 1d197536090ecbd6df2dba96f96233c6526968e9 (diff) | |
| download | pyramid-48d4c8afa04d3438e931a686fe54172f4a27345f.tar.gz pyramid-48d4c8afa04d3438e931a686fe54172f4a27345f.tar.bz2 pyramid-48d4c8afa04d3438e931a686fe54172f4a27345f.zip | |
we no longer support py24
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/designdefense.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/designdefense.rst b/docs/designdefense.rst index ddc643e09..22a58155d 100644 --- a/docs/designdefense.rst +++ b/docs/designdefense.rst @@ -711,9 +711,9 @@ Pyramid Has Too Many Dependencies This is true. At the time of this writing, the total number of Python package distributions that :app:`Pyramid` depends upon transitively is 18 if -you use Python 2.6 or 2.7, or 16 if you use Python 2.4 or 2.5. This is a lot -more than zero package distribution dependencies: a metric which various -Python microframeworks and Django boast. +you use Python 2.6 or 2.7, or 16 if you use Python 2.5. This is a lot more +than zero package distribution dependencies: a metric which various Python +microframeworks and Django boast. The :mod:`zope.component` and :mod:`zope.configuration` packages on which :app:`Pyramid` depends have transitive dependencies on several other packages |
