-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathPipfile
42 lines (39 loc) · 781 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "*"
flake8 = "*"
mypy = "*"
nose = "*"
pep8-naming = "*"
pycodestyle = "*"
pyinstaller = "*"
pylint = "*"
pyqt5-stubs = "*"
pytest = "*"
pytest-mypy = "*"
rope = "*"
types-pillow = "*"
types-requests = "*"
types-setuptools = "*"
[packages]
amitools = "*"
autologging = "*"
lhafile = "*"
macholib = "*"
pefile = "*"
pillow = "*"
pyobjc-core = {version = "", sys_platform = "== 'darwin'"}
pyobjc-framework-cocoa = {version = "", sys_platform = "== 'darwin'"}
pyobjc-framework-quartz = {version = "", sys_platform = "== 'darwin'"}
pyopengl = "*"
pyqt5 = "==5.15.2"
pywin32-ctypes = "*"
requests = "*"
rx = "*"
sentry-sdk = "*"
typing-extensions = "*"
[requires]
python_version = "3"