File: format.txt

package info (click to toggle)
python-croniter 6.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: python: 3,912; makefile: 20; sh: 19
file content (10 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# We lock to the version just before black 22, as this is when python 2 support
# is dropped.
black==21.11b1

# Lock to an older version of click to fix
# https://github.com/psf/black/issues/2964. This was fixed in a newever version
# of black that we cannot use.
click==8.0.2

isort