-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
28 lines (25 loc) · 627 Bytes
/
requirements.txt
File metadata and controls
28 lines (25 loc) · 627 Bytes
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
cookiecutter==2.4.0
sh==2.0.6; sys_platform != "win32"
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==23.11.0
isort==5.12.0
flake8==6.1.0
django-upgrade==1.15.0
djlint==1.34.0
pre-commit==3.5.0
# Testing
# ------------------------------------------------------------------------------
tox==4.11.3
pytest==7.4.3
pytest-xdist==3.4.0
pytest-cookies==0.7.0
pytest-instafail==0.5.0
pyyaml==6.0.1
# Scripting
# ------------------------------------------------------------------------------
PyGithub==2.1.1
gitpython==3.1.40
jinja2==3.1.2
requests==2.31.0