Add client requirements file with pynput for global input capture
This commit is contained in:
14
clients/client_requirements.txt
Normal file
14
clients/client_requirements.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# NFC Network Client Requirements
|
||||
# Install with: pip install -r client_requirements.txt
|
||||
|
||||
# GUI Framework
|
||||
tkinter-tooltip>=2.2.0; sys_platform != "linux"
|
||||
|
||||
# HTTP Client
|
||||
requests>=2.31.0
|
||||
|
||||
# Global Input Capture - REQUIRED for background NFC scanning
|
||||
pynput>=1.7.6
|
||||
|
||||
# Type hints support
|
||||
typing-extensions>=4.5.0
|
||||
Reference in New Issue
Block a user