1
0

Add Pipfile.

This commit is contained in:
Jarosław Wieczorek 2021-03-06 14:28:38 +01:00
parent 350ed2352b
commit 3fe380fd3c

15
python/Pipfile Normal file
View 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"