Skip to content

Commit

Permalink
Create requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
loongkc authored Nov 18, 2024
1 parent a8939e2 commit f3c9b3c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# GUI Dependencies
customtkinter>=5.2.2
tkinter

# Network and Data Processing
requests>=2.31.0
pyaes>=1.6.1
pyperclip>=1.8.2

# Data Formats
PyYAML>=6.0.1

# Optional - For Building Executables
# pyinstaller>=6.5.0

# Project Metadata
name=ss-node-extractor
version=1.0.0
description=A modern GUI tool for extracting and managing SS nodes
author=Anonymous
python_requires=>=3.6

0 comments on commit f3c9b3c

Please sign in to comment.