-
Notifications
You must be signed in to change notification settings - Fork 26
/
requirements.in
73 lines (68 loc) · 1.41 KB
/
requirements.in
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
# This file lists all the packages that openprescribing depends on directly.
#
# To add or remove dependencies, update this file and then run `pip compile` to
# update requirements.txt.
#
# If a particular version (or range of versions) of a dependency is required,
# that can be specified here (although that will be ignored by Dependabot).
backports.csv
beautifulsoup4
crispy-bootstrap3
diskcache
django-anymail[mailgun]
django-cors-headers
django-crispy-forms
django-dotenv
# Django 4.2 is the current LTS release. If you update this remember to update
# the constraints in .github/dependabot.yml
django>=4.2,<4.3
djangorestframework
djangorestframework-csv
google-api-python-client
google-cloud-bigquery
google-cloud-storage
google-cloud-bigquery-storage # this speeds up access to BQ
gunicorn
# Newer versions break on our email contents (see #5017)
html2text==2020.1.16
html5lib
lxml
lz4
networkx
numpy
openpyxl
pandas-gbq
pandas
premailer
psycopg2-binary
pysqlite3-binary
python-dateutil
pytz
raven
requests-futures
requests[security]
scipy
# Changes to the capitalisation rules in later versions break our tests
titlecase==0.12.0
xlrd
# test requirements
coverage
selenium
pyquery
pyvirtualdisplay
mock
# development requirements
django-debug-toolbar
django-debug-toolbar-template-timings
django-extensions
fab-classic
flake8
graphviz
pip-tools
when-changed
# outlier reports requirements
matplotlib
seaborn
lxml
numpy
jinja2