pyproject.toml
668 Bytes
[project]
name = 'pyramid-snap'
version = '1.0'
dependencies = [
'pyramid',
'pytz',
]
requires-python = '>= 3.9'
authors = [
{name='Owo Sugiana', email='sugiana@gmail.com'},
]
description = 'Standar Nasional Open API Pembayaran'
readme = 'README.rst'
license = {text='PostgreSQL License'}
classifiers = [
'Programming Language :: Python',
'Framework :: Pylons',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
]
[tool.setuptools.packages.find]
include = ['pyramid_snap']
[project.optional-dependencies]
dev = [
'pytest',
'requests',
'winpay-client @ git+https://git.opensipkd.com/sugiana/winpay-client',
]