generated from caltechlibrary/template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrequirements.txt
38 lines (35 loc) · 1.3 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
# =============================================================================
# @file requirements.txt
# @brief Python dependencies for DIBS
# @created 2021-01-12
# @license Please see the file named LICENSE in the project directory
# @website https://github.com/caltechlibrary/dibs
# =============================================================================
arrow == 1.2.2
boltons == 21.0.0
bottle == 0.12.21
bottle-fdsend == 0.1.1
coif == 0.0.1
commonpy == 1.9.5
expiringdict == 1.2.2
humanize == 4.2.3
lru-dict == 1.1.8
# Note: mod_wsgi is only needed by run-server. You can comment it out if you
# are not using run-server and you run into problems installing it on your
# system. (Tip: on Ubuntu 20, mod_wsgi won't install without the apache2-dev
# library on the system. If you get an error about "apxs" missing, try doing
# `sudo apt install apache2-dev` and then try pip install mod_wsgi again.)
mod-wsgi == 4.9.3
peewee == 3.15.1
Pillow == 9.3.0
plac == 1.3.5
pokapi == 0.3.1
python-daemon == 2.3.0
python-decouple == 3.6
rich == 12.5.1
sidetrack == 2.0.1
str2bool == 1.1
trinomial == 0.0.3
topi == 1.1.0
yurl == 1.0.0
werkzeug == 2.1.2