mirror of
https://github.com/tjiho/simplestreetmap.git
synced 2026-05-10 18:39:08 +02:00
15 lines
282 B
INI
15 lines
282 B
INI
[metadata]
|
|
name = simplestreetmap
|
|
version = attr: simplestreetmap.__version__
|
|
description = Backend of the simplestreetmap project
|
|
license = GPLv3
|
|
|
|
[options]
|
|
packages = find:
|
|
install_requires =
|
|
requests
|
|
pyramid
|
|
pyramid_jinja2
|
|
gunicorn
|
|
websockets
|
|
SQLAlchemy
|