Add Pipfile.
This commit is contained in:
parent
350ed2352b
commit
3fe380fd3c
15
python/Pipfile
Normal file
15
python/Pipfile
Normal file
@ -0,0 +1,15 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
pyqt6 = "*"
|
||||
pip = "*"
|
||||
pyqt6-sip = "*"
|
||||
pyqt5 = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.9"
|
Loading…
Reference in New Issue
Block a user