-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
39 lines (39 loc) · 1.36 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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?
# subprocess - PSF license
# sphinx - BSD license
#sphinx>=5.0
# argparse - builtin - PSF license
# socket - builtin - PSF license
# struct - builtin - PSF license
# argparse>=1.4.0
# argparse - builtin - PSF license
# setuptools - MIT license
setuptools>=75.0
# virtualenv - MIT license
#virtualenv>=20.26.6
# pip - MIT license
pip>=24.3.1
# build - MIT license
build>=1.1.1, !=1.2.2.post1
# multicast - MIT license
#-e git+https://github.com/reactive-firewall/multicast.git#egg=multicast
# wheel - MIT license
wheel>=0.44