-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathPipfile
65 lines (61 loc) · 1.24 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
[[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 = "*"
pytest-base-url = "*"
python-dotenv = "*"
django-debug-toolbar = "*"
django-types = "*"
djangorestframework-types = "*"
factory-boy = "*"
tblib = "*"
pyshp = "*"
[packages]
django = "==4.2.18"
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 = "*"
pytz = "*"
[requires]
python_version = "3.13"
[pipenv]
allow_prereleases = true