This repository has been archived on 2024-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-08-21/requirements.txt
Dmitri Bogomolov 568c0a606f
python_prctl is only for linux, so
- make requirements platform dependent
 - skip test_process_name in TestProcess
2021-09-03 17:28:39 +03:00

7 lines
95 B
Plaintext

coverage
python_prctl;platform_system=="Linux"
psutil
pycrypto
six
PyQt5;python_version>="3.7"