-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
98 lines (78 loc) · 2.31 KB
/
requirements.txt
File metadata and controls
98 lines (78 loc) · 2.31 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Houdinis Framework - Quantum Cryptography Testing Platform
# Author: Mauro Risonho de Paula Assumpção aka firebitsbr
# License: MIT
# Houdinis Framework Dependencies
# Security and Cryptography Libraries (PRIORITY)
cryptography>=41.0.0 # Updated for security fixes
pycryptodome>=3.19.0 # Secure cryptographic library
# secrets # Built-in secure random number generation (Standard Library)
# Input Validation and Security
validators>=0.22.0 # Input validation
bleach>=6.0.0 # HTML sanitization
# python-ipaddress>=1.0.23 # IP address validation (Standard Library)
# Quantum Computing Libraries - IBM Qiskit
qiskit>=0.45.0
qiskit-aer>=0.13.0
qiskit-ibm-runtime>=0.15.0
qiskit-algorithms>=0.2.0
# NVIDIA Quantum Computing Stack
cuquantum-python>=23.10.0
# cupy-cuda11x>=12.0.0 # For CUDA 11.x
cupy-cuda12x>=12.0.0 # Alternative for CUDA 12.x
# Note: CUDA-Q requires separate installation via Docker or native installer
# Amazon Braket Quantum Computing
amazon-braket-sdk>=1.65.0
boto3>=1.34.0
botocore>=1.34.0
# Microsoft Azure Quantum
azure-quantum>=0.28.0
azure-identity>=1.14.0
# Google Quantum Computing
cirq>=1.2.0
# tensorflow-quantum>=0.7.3 # Optional for quantum ML
# Other Quantum Platforms
pennylane>=0.33.0
# pytket>=1.20.0 # Cambridge Quantum Computing (optional)
# Network and Protocol Analysis
scapy>=2.5.0
pyshark>=0.6
requests>=2.31.0
urllib3>=2.0.0
# Cryptography Libraries
cryptography>=41.0.0
pycryptodome>=3.19.0
gmpy2>=2.1.5
sympy>=1.12
# SSH and Network Security
paramiko>=3.3.1
python-nmap>=0.7.1
# Mathematical Libraries
numpy>=1.24.0
scipy>=1.11.0
# CLI and User Interface
rich>=13.5.0
click>=8.1.0
prompt-toolkit>=3.0.0
colorama>=0.4.6
# Data Processing
pandas>=2.0.0
tabulate>=0.9.0
# Configuration and Logging
pyyaml>=6.0
python-dotenv>=1.0.0
# Development and Testing (optional)
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-benchmark>=4.0.0 # Performance benchmarking
black>=23.0.0
flake8>=6.0.0
# Optional: Jupyter for quantum algorithm development
# jupyter>=1.0.0
# matplotlib>=3.7.0
# GPU Computing Support (for NVIDIA backends)
# Note: Requires NVIDIA GPU with CUDA support
# Install CUDA Toolkit separately: https://developer.nvidia.com/cuda-downloads
# Cloud Provider SDKs (for authentication)
# awscli>=2.13.0 # For AWS Braket setup
# azure-cli>=2.53.0 # For Azure Quantum setup
# matplotlib>=3.7.0