mirror of
https://github.com/Xevion/tcp-chat.git
synced 2025-12-10 08:08:50 -06:00
Switch from requirements.txt to pipenv
This commit is contained in:
17
Pipfile
Normal file
17
Pipfile
Normal file
@@ -0,0 +1,17 @@
|
||||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[packages]
|
||||
pyqt5-tools = "~=5.15"
|
||||
webcolors = "~=1.11.1"
|
||||
pyqt5 = "~=5.15.2"
|
||||
sortedcontainers = "~=2.3.0"
|
||||
faker = "~=9.8.1"
|
||||
pyinstaller = ">=4.3"
|
||||
|
||||
[requires]
|
||||
python_version = "3.7"
|
||||
Reference in New Issue
Block a user