forked from broadinstitute/seqr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
46 lines (40 loc) · 2.08 KB
/
requirements.txt
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
# dev dependencies
mock # mock objects for unit tests
sphinx # doc generator
# kubernetes deployment dependencies
Jinja2==2.9.6 # jinja templates are used in the kubernetes deployment scripts
PyYAML==3.12 # yaml parsing
# runtime dependencies
beautifulsoup4==4.5.3 # used for html parsing utilites
Django==1.11 # core server-side framework
django-debug-toolbar # https://github.com/jazzband/django-debug-toolbar
django-debug-toolbar-request-history # for debugging database queries on async requests.
django-guardian==1.4.6 # object-level permissions for database records
django-activity-stream==0.6.3 # used to log various user and application actions
django-hijack==2.1.3 # allows admins to login as other user
ipython # used by shell.py
numpy==1.12.1
openpyxl==2.4.8 # library for reading/writing Excel files
xlrd==1.0.0 # faster library for parsing Excel
pandas==0.19.2
psycopg2==2.7.1 # postgres database access
PyYAML==3.12 # yaml parsing
requests==2.13.0 # simpler way to make http requests
tqdm # convenient way to create progress bar for long-running command-line operations
whitenoise==3.3.0 # simplified static file handling
# legacy dependencies we're moving away from
Pillow==4.0.0 # required dependency of Djagno ImageField-type database records
pysam==0.10.0 # bam and tabix library
django-pretty-times==0.2.0 # date rendering should happen in javascript
django-compressor==2.1.1
pymongo==3.4.0 # switching to other database
PyVCF==0.6.8
Markdown==2.6.8
slacker==0.9.42 # intend to move this to separate external modules
django-crispy-forms==1.6.1 # switching to client-side form creation/rendering
progressbar==2.3 # using tqdm instead
#django-appconf
#selenium
#sh
#simplejson
#reportlab