-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
61 lines (58 loc) · 1.35 KB
/
Pipfile
File metadata and controls
61 lines (58 loc) · 1.35 KB
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "~=5.2"
django-ninja = "~=1.4"
psycopg = {extras = ["binary"], version = "~=3.2"}
django-environ = "~=0.12"
gunicorn = "~=23.0"
pyyaml = "~=6.0"
gevent = "~=25.4"
boto3 = "~=1.37"
nanoid = "~=2.0"
whitenoise = "~=6.9"
pystac-client = "~=0.8"
ecs-logging = "~=2.2"
beautifulsoup4 = "~=4.13"
requests = "~=2.32"
logging-utilities = "~=5.3"
opentelemetry-sdk = "~=1.39"
opentelemetry-exporter-otlp = "~=1.39"
opentelemetry-instrumentation = "0.60b1"
opentelemetry-instrumentation-botocore = "0.60b1"
opentelemetry-instrumentation-django = "0.60b1"
opentelemetry-instrumentation-logging = "0.60b1"
opentelemetry-instrumentation-psycopg = "0.60b1"
opentelemetry-instrumentation-system-metrics = "0.60b1"
dyntastic = "~=0.18.0"
lxml = "~=6.0"
rdflib = "~=7.6"
[dev-packages]
yapf = "*"
pylint = "*"
pylint-django = "*"
ipdb = "*"
isort = "*"
django-extensions = "*"
django_debug_toolbar= "*"
faker = "*"
factory-boy = "*"
dill = "*"
pytest = "*"
pytest-django = "*"
mypy = "*"
debugpy = "*"
bandit = "*"
django-stubs = "~=5.2"
boto3-stubs = {extras = ["cognito-idp","dynamodb"], version = "~=1.37"}
pytest-xdist = "*"
pytest-cov = "*"
types-nanoid = "~=2.0"
types-gevent = "~=25.4"
types-requests = "~=2.32"
types-gunicorn = "~=23.0"
lxml-stubs = "~=0.5"
[requires]
python_version = "3.12"