Skip to content
Snippets Groups Projects
Commit a85654fc authored by Podosochnyy Maxim's avatar Podosochnyy Maxim
Browse files

Добавлена зависимость typing-extensions

parent 0b65f8d6
No related branches found
No related tags found
1 merge request!79Добавлена зависимость typing-extensions
...@@ -15,3 +15,4 @@ requests-oauthlib==1.4.0 ...@@ -15,3 +15,4 @@ requests-oauthlib==1.4.0
six==1.16.0 six==1.16.0
urllib3==2.2.2 urllib3==2.2.2
deepdiff==6.7.1 deepdiff==6.7.1
typing-extensions==4.12.2
...@@ -14,7 +14,7 @@ def load_requirements(): ...@@ -14,7 +14,7 @@ def load_requirements():
setup( setup(
name='perxis', name='perxis',
version='1.8.1', version='1.8.2',
description='Perxis python client', description='Perxis python client',
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment