-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
54 lines (51 loc) · 1.51 KB
/
setup.cfg
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
[metadata]
name = iiif-image-server
version = 0.16.3
description = A IIIF enabled media server primarily used by the NHM Data Portal
long_description = file: README.md
license_files = LICENSE
author = Natural History Museum
author_email = [email protected]
url = https://github.com/NaturalHistoryMuseum/iiif-image-server
keywords = iiif image data
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
aiofiles==0.8.0
aiohttp[speedups]==3.8.1
aiozipstream==0.4
cachetools==5.0.0
cffi==1.15.0
elasticsearch-dsl==6.4.0
fastapi==0.77.1
filetype==1.2.0
humanize==4.1.0
# at the time of writing, the latest version of this lib on pypi (0.5.2) doesn't install
# correctly, whereas the latest commit on master does, hence we'll just install directly from
# github
jpegtran-cffi @ git+https://github.com/jbaiter/jpegtran-cffi.git@70928eb#egg=jpegtran-cffi
pillow==9.1.0
pyyaml==6.0
uvicorn[standard]==0.17.6
loky==3.1.0
[options.extras_require]
test =
pytest
pytest-asyncio
pytest-cov
aioresponses
# required by Starlette's test client
requests
[options.packages.find]
exclude =
tests