2021-12-29 10:54:15 -06:00
|
|
|
[metadata]
|
|
|
|
name = umap-project
|
|
|
|
version = 1.3.0.alpha
|
|
|
|
description = Create maps with OpenStreetMap layers in a minute and embed them in your site.
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
author = Yohan Boniface
|
|
|
|
homepage = https://github.com/umap-project/umap
|
|
|
|
keywords = django leaflet geodjango openstreetmap map
|
|
|
|
classifiers =
|
|
|
|
Development Status :: 4 - Beta
|
|
|
|
Intended Audience :: Developers
|
|
|
|
Operating System :: OS Independent
|
|
|
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
|
|
Programming Language :: Python
|
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
Programming Language :: Python :: 3.4
|
|
|
|
Programming Language :: Python :: 3.5
|
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
Programming Language :: Python :: 3.7
|
|
|
|
Programming Language :: Python :: 3.8
|
|
|
|
Programming Language :: Python :: 3.9
|
|
|
|
Programming Language :: Python :: 3.10
|
|
|
|
|
|
|
|
[options]
|
|
|
|
packages = find:
|
|
|
|
include_package_data = True
|
|
|
|
install_requires =
|
2023-05-05 14:08:40 -05:00
|
|
|
Django>=4.1
|
2023-02-22 08:19:38 -06:00
|
|
|
django-agnocomplete==2.2.0
|
|
|
|
django-compressor==4.3.1
|
2023-03-01 10:29:21 -06:00
|
|
|
Pillow==9.4.0
|
2023-03-01 10:30:42 -06:00
|
|
|
psycopg2==2.9.5
|
2023-03-01 10:38:16 -06:00
|
|
|
requests==2.28.2
|
2023-03-01 11:50:34 -06:00
|
|
|
social-auth-core==4.3.0
|
2021-12-29 10:54:15 -06:00
|
|
|
social-auth-app-django==5.0.0
|
|
|
|
|
|
|
|
[options.extras_require]
|
|
|
|
dev =
|
|
|
|
black==21.10b0
|
2021-12-30 04:59:01 -06:00
|
|
|
mkdocs==1.2.3
|
2021-12-29 10:54:15 -06:00
|
|
|
test =
|
2021-12-30 04:59:01 -06:00
|
|
|
factory-boy==3.2.1
|
|
|
|
pytest==6.2.5
|
|
|
|
pytest-django==4.5.2
|
2021-12-29 10:54:15 -06:00
|
|
|
|
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
|
|
|
umap = umap.bin:main
|
|
|
|
|
|
|
|
[flake8]
|
|
|
|
# Black crazyness.
|
|
|
|
max-line-length = 88
|