diff options
Diffstat (limited to 'challenge-285/ppentchev/python/requirements')
| -rw-r--r-- | challenge-285/ppentchev/python/requirements/install.txt | 2 | ||||
| -rw-r--r-- | challenge-285/ppentchev/python/requirements/ruff.txt | 4 | ||||
| -rw-r--r-- | challenge-285/ppentchev/python/requirements/test.txt | 6 |
3 files changed, 12 insertions, 0 deletions
diff --git a/challenge-285/ppentchev/python/requirements/install.txt b/challenge-285/ppentchev/python/requirements/install.txt new file mode 100644 index 0000000000..eb4185e66d --- /dev/null +++ b/challenge-285/ppentchev/python/requirements/install.txt @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net> +# SPDX-License-Identifier: BSD-2-Clause diff --git a/challenge-285/ppentchev/python/requirements/ruff.txt b/challenge-285/ppentchev/python/requirements/ruff.txt new file mode 100644 index 0000000000..1c69e31418 --- /dev/null +++ b/challenge-285/ppentchev/python/requirements/ruff.txt @@ -0,0 +1,4 @@ +# SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net> +# SPDX-License-Identifier: BSD-2-Clause + +ruff == 0.6.4 diff --git a/challenge-285/ppentchev/python/requirements/test.txt b/challenge-285/ppentchev/python/requirements/test.txt new file mode 100644 index 0000000000..01f71935cf --- /dev/null +++ b/challenge-285/ppentchev/python/requirements/test.txt @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net> +# SPDX-License-Identifier: BSD-2-Clause + +packaging >= 21.3, < 24 +pygments >= 2.7, < 3 +pytest >= 7, < 9 |
