forked from terminusdb/terminusdb-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
49 lines (49 loc) · 2.2 KB
/
requirements-dev.txt
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
43
44
45
46
47
48
49
#
# This file is autogenerated by pip-compile
# To update, run:
#
# tox -e deps
#
appdirs==1.4.4 # via black
attrs==20.2.0 # via flake8-bugbear
autoflake==1.4 # via shed
bandit==1.6.2 # via flake8-bandit
black==20.8b1 # via shed
click==7.1.2 # via black, pybetter, pyemojify
dataclasses==0.6 # via -r requirements-dev.in
flake8-assertive==1.2.1 # via -r requirements-dev.in
flake8-bandit==2.1.2 # via -r requirements-dev.in
flake8-bugbear==20.1.4 # via -r requirements-dev.in
flake8-builtins==1.5.3 # via -r requirements-dev.in
flake8-comprehensions==3.2.3 # via -r requirements-dev.in
flake8-polyfill==1.0.2 # via flake8-bandit, pep8-naming
flake8-print==3.1.4 # via -r requirements-dev.in
flake8==3.8.3 # via -r requirements-dev.in, flake8-assertive, flake8-bandit, flake8-bugbear, flake8-builtins, flake8-comprehensions, flake8-polyfill, flake8-print
gitdb==4.0.5 # via gitpython
gitpython==3.1.8 # via bandit
importlib-metadata==2.0.0 # via flake8, flake8-comprehensions, stevedore
isort==5.5.4 # via shed
libcst==0.3.11 # via pybetter
mccabe==0.6.1 # via flake8
mypy-extensions==0.4.3 # via black, typing-inspect
pathspec==0.8.0 # via black
pbr==5.5.0 # via stevedore
pep8-naming==0.11.1 # via -r requirements-dev.in
pybetter==0.3.5 # via shed
pycodestyle==2.6.0 # via flake8, flake8-bandit, flake8-print
pyemojify==0.2.0 # via pybetter
pyflakes==2.2.0 # via autoflake, flake8
pygments==2.7.1 # via pybetter
pyupgrade==2.7.2 # via shed
pyyaml==5.3.1 # via bandit, libcst
regex==2020.9.27 # via black
shed==0.2.4 # via -r requirements-dev.in
six==1.15.0 # via bandit, flake8-print
smmap==3.0.4 # via gitdb
stevedore==3.2.2 # via bandit
tokenize-rt==4.0.0 # via pyupgrade
toml==0.10.1 # via black
typed-ast==1.4.1 # via black
typing-extensions==3.7.4.3 # via black, libcst, typing-inspect
typing-inspect==0.6.0 # via libcst
zipp==3.2.0 # via importlib-metadata