# Multicast Python Module test req file
# ..................................
# Copyright (c) 2017-2025, Mr. Walls
# ..................................
# Licensed under MIT (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# ..........................................
# http://www.github.com/reactive-firewall/multicast/LICENSE.md
# ..........................................
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#python
# time - builtin - PSF license
# re - builtin - PSF license?
# subprocess - PSF license
# sphinx - BSD license
# sphinx>=7.3
# socket - builtin - PSF license
# socketserver - builtin - PSF license
# struct - builtin - PSF license
# argparse - builtin - PSF license
# argparse>=1.4.0
###
# TESTING ONLY - Do NOT report issues with these optionals on multicast
###
# typing_extensions - builtin? - MIT License
# setuptools - MIT license
setuptools>=80.4
# virtualenv - MIT license
virtualenv>=20.26.6
# pgpy - BSD 3-Clause licensed
#pgpy>=0.4.1
# tox - MIT license
tox>=3.0.0, !=3.16.1
# flake8 - MIT license
flake8>=7.2.0
# flake8-comprehensions - MIT License
flake8-comprehensions>=3.16.0
# hypothesis - MPL2 License (may not be bundled, take care with docker)
hypothesis>=6.112.2
# packaging - Apache Software License; BSD License
packaging>=24.1
# pyflakes - MIT license
# pyflakes>=3.3.2
# pep8 - MIT license
pep8>=1.7
# pytest - MIT license
pytest>=7.0, !=8.1.0
# pytest-checkdocs - MIT license
# pytest-checkdocs>=1.2.5
# pytest-doctestplus - BSD license
pytest-doctestplus>=1.4.0
# pytest-cov - MIT license
pytest-cov>=6.1.1
# pytest-enabler - MIT license
pytest-enabler>=1.0.1
# pytest-flake8 - BSD license - removed from tests in v2.0.9a3
# pytest-flake8>=1.0.7
# coverage - Apache 2.0 license
coverage>=7.2
# wheel - MIT license
wheel>=0.45
# pip - MIT license
pip>=24.3.1
# build - MIT license
build>=1.2.1, !=1.2.2.post1
