Changeset 141ff17 in trunk


Ignore:
Timestamp:
2016-03-18T05:12:04Z (9 years ago)
Author:
Brian Warner <warner@…>
Branches:
master
Children:
c3bf953
Parents:
42ede22
Message:

auto_deps: bump to setuptools>=20.3

20.3 is the current version as of today. I'm not really sure what
version we need, but this is better than the previous zetuptoolz "0.6c6"
requirement. Closes ticket:2744.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/_auto_deps.py

    r42ede22 r141ff17  
    1717
    1818install_requires = [
    19     # We require newer versions of setuptools to build, but can handle
    20     # older versions to run.
    21     "setuptools >= 0.6c6",
     19    "setuptools >= 20.3", # current version at this moment
    2220
    2321    "zfec >= 1.1.0",
Note: See TracChangeset for help on using the changeset viewer.