forked from varfish-org/varfish-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
99 lines (94 loc) · 2.1 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aldjemy = "~=2.2"
altamisa = "~=0.2.5"
attrs = "~=23.1"
beautifulsoup4 = "~=4.9"
cattrs = "~=23.1"
django = "*" # whatever django-sodar-core enforces
django-clone = "~=5.3"
django-cryptographic-fields-bihealth = "~=0.6.0"
django-debug-toolbar = "*"
django-extensions = "~=3.2"
django-postgres-copy = "~=2.3.5" # there are issues above 2.3
django-plugins-bihealth = "~=0.4.0"
django-sodar-core = "~=0.13.0"
django-su = "~=1.0.0"
djangorestframework-httpsignature = "~=1.0"
djproxy = "~=2.3"
drf-keyed-list-bihealth = "~=0.1.1"
httpsig = "~=1.3"
interval-binning = "~=1.0"
intervaltree = "~=3.1"
iterable_orm = "==0.4"
jsonschema = "~=4.4"
lxml = "~=4.6"
nltk = "~=3.6"
numpy = "~=1.22"
pandas = "~=2.1"
phenopackets = "~=2.0"
protobuf = "~=3.20"
prettytable = "~=3.3"
psutil = "~=5.9"
pysam = "~=0.21"
python-dateutil = "~=2.8"
python-dotenv = "~=1.0"
pyyaml = "~=6.0"
redis = "~=5.0"
requests = "==2.31"
requests-http-signature = "~=0.2.0"
sentry-sdk = "~=1.34"
simplejson = "~=3.17"
sphinx-jsonschema = "~=1.17"
sqlalchemy = "~=1.4"
sqlparse = "~=0.4.4"
tqdm = "~=4.65"
vcfpy = "~=0.13.6"
wrapt = "~=1.16"
xlsxwriter = "~=3.1"
django-pydantic-field = "*"
universal-pathlib = "*"
s3fs = "*"
toml = "*"
[dev-packages]
# packages for testing
black = "~=23.11.0"
click = "~=8.0"
coveralls = "*"
django-coverage-plugin = "~=3.1.0"
django-test-plus = "~=2.2.1"
factory-boy = "~=3.3.0"
flake8 = "~=6.1"
flake8-import-order = "*"
flake8-pyproject = "*"
freezegun = "~=1.2"
isort = "~=5.10"
jsonmatch = "*"
openpyxl = "~=3.0"
parameterized = "~=0.9.0"
requests-mock = "~=1.9"
selenium = "*"
snapshottest = "*"
tblib = "~=3.0.0"
# packages for local development
ipdb = "*"
jedi = "==0.19.1"
werkzeug = "~=3.0.0"
[ldap-packages]
# Dependencies for enabling LDAP support. You will need the system library
# named `libldap` (or similar).
django-auth-ldap = "~=4.1"
python-ldap = "~=3.4"
# Packages needed in production.
[prod-packages]
whitenoise = "*"
gevent = "*"
gunicorn = "*"
boto3 = "*"
django-storages = "*"
django_redis = "*"
[requires]
python_version = "3.10"