-
Notifications
You must be signed in to change notification settings - Fork 5
/
Pipfile
105 lines (102 loc) · 1.91 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
isort = "*"
[packages]
amqp = '*'
attrs = '*'
autopep8 = '*'
billiard = '*'
bleach = '*'
cachetools = '*'
celery = '*'
certifi = '*'
chardet = '*'
click = '*'
django-silk = '*'
first = '*'
google-api-core = '*'
google-auth = '*'
googleapis-common-protos = '*'
gprof2dot = '*'
html5lib = '*'
idna = '*'
kombu = '*'
langdetect = '*'
more-itertools = '*'
pip-tools = '*'
pluggy = '*'
polyglot = '*'
protobuf = '*'
psycopg2-binary = '*'
py = '*'
pyasn1-modules = '*'
pyasn1 = '*'
pycodestyle = '*'
pytest-django = '==4.2.0' # later version breaks database access in tests
pytest = '*'
python-dateutil = '*'
pytz = '*'
requests = '*'
rsa = '*'
six = '*'
sqlparse = '*'
tornado = '*'
urllib3 = '*'
vine = '*'
gunicorn = '*'
webencodings = '*'
whitenoise = '*'
Babel = '*'
Django = '~=3.1'
ExifRead = '*'
Jinja2 = '*'
MarkupSafe = '*'
prometheus_client = '*'
Pygments = '*'
# PyICU = "==2.5"
pyrabbit = "*"
prompt_toolkit = "*"
djangorestframework = "*"
markdown = "*"
django-filter = "*"
pyyaml = "*"
drf-yasg = {extras = ["validation"], version = "*"}
uritemplate = "*"
pillow = "*"
django-ranged-response = "*"
pytest-timeout = "*"
graphene-django = "*"
minio = "*"
smart-open = {extras = ["s3"], version = "*"}
pyexcel = "*"
pyexcel-io = "*"
pyexcel-xls = '*'
pyexcel-xlsx = '*'
pyexcel-ods3 = '*'
pyexcel-ods = '*'
pyexcel-htmlr = '*'
pyexcel-xlsxr = '*'
pyexcel-xlsbr = '*'
pyexcel-ezodf = '*'
lxml = '*'
odfpy = '*'
openpyxl = '*'
pyxlsb = '*'
xlrd = '*'
xlwt = '*'
# not used: elasticsearch library
# opentelemetry-instrumentation-elasticsearch = "*"
# downgrade grpcio as per https://github.com/grpc/grpc/issues/31885
grpcio = "<=1.50"
pellet = "*"
sentry-sdk = {extras = ["django"], version = "*"}
opentelemetry-distro = "*"
opentelemetry-exporter-otlp = "*"
opentelemetry-sdk = "*"
django-postgres-extra = "*"
[requires]
python_version = "3.9"