Commit 279e6871 by Owo Sugiana

Melengkapi ketergantunan paket

1 parent 2810ef06
import venusian
from .structure import RENDERER
# view decorator
class csv_method:
def __init__(self, **kw):
......
......@@ -18,3 +18,5 @@ METHOD = {
METHOD_CODE = dict()
for key, value in METHOD.items():
METHOD_CODE[value] = key
RENDERER = 'csv'
......@@ -19,15 +19,16 @@ version = line.split()[0]
requires = [
'colander',
'venusian',
'opensipkd-hitung @ git+https://git.opensipkd.com/sugiana/opensipkd-hitung.git',
'opensipkd-hitung @ '
'git+https://git.opensipkd.com/sugiana/opensipkd-hitung.git',
]
setup(
name='pyramid-linkaja',
version=version,
description='Modul Pyramid untuk menerjemahkan data host to host LinkAja,'\
' produk PT Telkom',
description='Modul Pyramid untuk menerjemahkan data host to host LinkAja,'
' produk PT Telkom',
long_description=README + '\n\n' + CHANGES,
classifiers=[
'Programming Language :: Python :: 3.6',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!