Mercurial > p > roundup > code
comparison scripts/requirements.txt @ 6522:e6ae8188f61a
issue2551163 Docker/containerization support
New multi-stage build including drivers for mysql and postgresql
along with brotli and zstd HTTP compression methods.
Documentation in installation.txt.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 05 Nov 2021 23:44:14 -0400 |
| parents | 26babdf85067 |
| children |
comparison
equal
deleted
inserted
replaced
| 6521:42ff671d7f41 | 6522:e6ae8188f61a |
|---|---|
| 1 # human timezones | 1 # human timezones |
| 2 pytz | 2 pytz |
| 3 # indexer | 3 # indexer |
| 4 Whoosh | 4 Whoosh |
| 5 # databases - need devel and other files installed to be built. | 5 # extra database support |
| 6 #psycopg2==2.7.4 | 6 psycopg2 |
| 7 #mysqlclient==1.3.10 | 7 mysqlclient |
| 8 # encryption - need additional packages | 8 # encryption |
| 9 #gpg==1.10.0 | 9 gpg |
| 10 # java web tokens | 10 # java web tokens |
| 11 PyJWT==1.7.1 | 11 PyJWT |
| 12 # extra compression support - build needs gcc | 12 # extra HTTP compression methods |
| 13 #Brotli==1.0.4 | 13 Brotli |
| 14 #zstd==1.5.0.2 | 14 zstd |
| 15 |
