You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
314 B

# Network access
requests>=2.9
# Git operations
GitPython>=2.0
# Linting for our Python code
flake8>=3.0
pep8>=1.7
pep8-naming>=0.4
flake8-quotes>=0.8
flake8_docstrings>=1.0
# Workaround for 'pydocstyle has no attribute tokenize_open' error
# see https://gitlab.com/pycqa/flake8-docstrings/issues/36
pydocstyle<4