2022-03-21 09:45:35 +01:00
|
|
|
from halfapi import __version__ as halfapi_version
|
|
|
|
|
2021-12-01 13:31:46 +01:00
|
|
|
__name__ = 'dummy_domain'
|
|
|
|
__version__ = '0.0.0'
|
|
|
|
__patch_release__ = '0.0.0'
|
|
|
|
__routers__ = '.routers'
|
2021-12-08 13:08:22 +01:00
|
|
|
__id__ = '8b88e60a625369235b36c2d6d70756a0c02c1c7fb169fcee6dc820bcf9723f5a'
|
2021-12-01 13:31:46 +01:00
|
|
|
|
2022-03-21 09:45:35 +01:00
|
|
|
__deps__ = (
|
|
|
|
('halfapi', '=={}'.format(halfapi_version)),
|
|
|
|
)
|
|
|
|
|