generated from ministryofjustice/operations-engineering-flask-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
41 lines (37 loc) · 903 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
37
38
39
40
41
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[scripts]
list_outdated = "pip list --outdated"
tests = "coverage run -m unittest"
tests_report = "coverage report --omit=./test/** --sort=cover --show-missing --skip-empty"
[packages]
cryptography = "==43.0.1"
email-validator = "==2.1.0.post1"
flask = "==3.0.2"
flask-cors = "==5.0.0"
flask-limiter = "==3.5.0"
govuk-frontend-jinja = "==3.0.0"
gunicorn = "==22.0.0"
PyGithub= "==2.3.0"
requests = "==2.32.0"
sentry-sdk = "==2.8.0"
freezegun = "==1.5.1"
argparse = "*"
[dev-packages]
coverage = "==7.4.4"
cryptography = "==43.0.1"
email-validator = "==2.1.0.post1"
flask = "==3.0.2"
flask-cors = "==5.0.0"
flask-limiter = "==3.5.0"
PyGithub= "==2.3.0"
govuk-frontend-jinja = "==3.0.0"
gunicorn = "==22.0.0"
requests = "==2.32.0"
sentry-sdk = "==2.8.0"
freezegun = "==1.5.1"
argparse = "*"
[requires]
python_version = "3.12"