-
Notifications
You must be signed in to change notification settings - Fork 19
/
Pipfile
76 lines (72 loc) · 1.46 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
awscli = "*"
PyYAML = "==5.3.1" # To satisfy aws cli
rsa = "==4.7" # To satisfy aws cli
botocore = "==1.27.91" # To satisfy aws cli
bandit = "*"
flake8 = "*"
testfixtures = "*"
coverage = "*"
locust = "*"
faker = "*"
playwright = "*"
pytest-playwright = "*"
python-dotenv = "*"
django-debug-toolbar = "*"
django-types = "*"
djangorestframework-types = "*"
factory-boy = "*"
tblib = "*"
pyshp = "*"
[packages]
django = "==4.2.16"
gunicorn = "*"
django-compressor = "*"
django-compressor-toolkit = "*"
django-storages = "*"
psycopg2-binary = "*"
rcssmin = "*"
django-formtools = "*"
django-crequest = "*"
django-auth-adfs = "1.14.0"
django-oauth-toolkit = "*"
django-cors-headers = "*"
django-csp = "*"
pip = "*"
django-activity-stream = "*"
newrelic = "*"
babel = "*"
python-json-logger = "*"
requests = "*"
email-validator = "*"
netaddr = "*"
boto3 = "*"
python-frontmatter = "*"
djangorestframework = "*"
markdown = "*"
nbconvert = "*" # For running Jupyter ipynb files.
nbformat = "*" # For running Jupyter ipynb files.
pypdf = "*"
weasyprint = "*"
beautifulsoup4 = "*"
# The following are needed for refreshing Jupyter notebooks:
jupyter_client = "*"
jupysql = "*"
ipykernel = "*"
sqlalchemy = "<2"
matplotlib = "*"
numpy = "*"
pandas = "*"
ipywidgets = "*"
plotly = "*"
bokeh = "*"
holoviews = "*"
cryptography = ">=42.0.4"
[requires]
python_version = "3.12.5"
[pipenv]
allow_prereleases = true