forked from creativecommons/cc-legal-tools-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
36 lines (33 loc) · 839 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
Babel = "*"
Django = ">=3.2.24,<3.3"
GitPython = ">=3.1.41"
PyYAML = "*"
beautifulsoup4 = "*"
certifi = ">=2023.7.22" # Ensure dependency is secure
colorlog = "*"
dealer = "*"
gitpython = ">=3.1.37" # Ensure dependency is secure
lxml = "*" # Used for RDF/XML processing and by beautifulsoup4
polib = "*"
python-dateutil = "*"
rdflib = "*"
transifex-python = "*"
urllib3 = ">=2.0.7" # Ensure dependency is secure
whitenoise = "*"
[dev-packages]
black = "*"
coverage = "*"
django-debug-toolbar = "*"
factory-boy = "*"
flake8 = "*"
isort = "*"
#link-checker = {file = "https://github.com/creativecommons/cc-link-checker/archive/v2020.09.1.zip"}
pre-commit = "*"
tblib = "*" # For use by coverage (with --parallel)
[requires]
python_version = "3.9"