New versioning, INN now is not requirement for FC
This commit is contained in:
@@ -8,7 +8,7 @@ class FocusCompliance(Request):
|
|||||||
_basedir = os.path.abspath(os.path.dirname(__file__))
|
_basedir = os.path.abspath(os.path.dirname(__file__))
|
||||||
_focus_base_url = None
|
_focus_base_url = None
|
||||||
|
|
||||||
def __init__(self, inn: str, ogrn: str = None):
|
def __init__(self, inn: str = None, ogrn: str = None):
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
super().__init__(
|
super().__init__(
|
||||||
base_url=os.environ.get('FOCUS_COMPLIANCE_BASE_URL'),
|
base_url=os.environ.get('FOCUS_COMPLIANCE_BASE_URL'),
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="kontur_focus",
|
name="kontur_focus",
|
||||||
version="0.2.8",
|
version="2025.9.0",
|
||||||
author="Ilya Sapunov",
|
author="Ilya Sapunov",
|
||||||
author_email="sapunov@selectel.ru",
|
author_email="sapunov@selectel.ru",
|
||||||
description="Библиотека-обертка для взаимодействия с REST API Контур.Фокус и Фокус.Комплаенс",
|
description="Библиотека-обертка для взаимодействия с REST API Контур.Фокус и Фокус.Комплаенс",
|
||||||
|
|||||||
Reference in New Issue
Block a user