mirror of
https://github.com/lutris/lutris
synced 2024-11-02 08:20:51 +00:00
31 lines
569 B
TOML
31 lines
569 B
TOML
[dev-packages]
|
|
autopep8 = '>=1.5'
|
|
flake8 = '>=3.7'
|
|
isort = '>=4.3'
|
|
pycodestyle = '>=2.5'
|
|
PyGObject-stubs = '*'
|
|
pylint = '==2.4.4'
|
|
pipenv-to-requirements = "*"
|
|
|
|
[packages]
|
|
astroid = '>=2.3'
|
|
certifi = '>=2020.4.5.1'
|
|
chardet = '>=3.0'
|
|
dbus-python = '>=1.2'
|
|
entrypoints = '>=0.3'
|
|
evdev = '>=1.3'
|
|
idna = '>=2.9'
|
|
lazy-object-proxy = '>=1.4'
|
|
mccabe = '>=0.6'
|
|
pycairo = '>=1.19'
|
|
pyflakes = '>=2.1'
|
|
PyGObject = '>=3.36'
|
|
python-magic = '>=0.4.16'
|
|
PyYAML = '>=5.3'
|
|
requests = '>=2.23'
|
|
six = '>=1.14'
|
|
urllib3 = '>=1.25'
|
|
wrapt = '>=1.11'
|
|
keyring = "*"
|
|
lxml = '>=4.5.2'
|
|
Pillow = "*"
|