# Multicast Python Module 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
# logging - builtin - PSF license
# time - builtin - PSF license
# re - builtin - PSF license?
# socket - builtin - PSF license
# socketserver - builtin - PSF license
# struct - builtin - PSF license
# argparse - builtin - PSF license
# argparse>=1.4.0
# setuptools - MIT license
setuptools>=80.4
# virtualenv - MIT license
# virtualenv>=20.26.6
# pip - MIT license
pip>=24.3.1
# build - MIT license
build>=1.2.1, !=1.2.2.post1
# multicast - MIT license (MITNFA)
#-e multicast
# wheel - MIT license
wheel>=0.45
