Changeset f6e00248 in trunk
- Timestamp:
- 2019-01-24T15:23:26Z (6 years ago)
- Branches:
- master
- Children:
- 414f84e
- Parents:
- dcb4a21
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified setup.py ¶
rdcb4a21 rf6e00248 257 257 ':sys_platform=="win32"': ["pypiwin32"], 258 258 "test": [ 259 "pyflakes", 259 # Pin a specific pyflakes so we don't have different folks 260 # disagreeing on what is or is not a lint issue. We can bump 261 # this version from time to time, but we will do it 262 # intentionally. 263 "pyflakes == 2.1.0", 260 264 "coverage", 261 265 "mock",
Note: See TracChangeset
for help on using the changeset viewer.