We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a4390 commit 4c7f587Copy full SHA for 4c7f587
contentstack_management/__init__.py
@@ -1,8 +1,6 @@
1
"""The __init__.py file that contains modules that need to import"""
2
3
-
4
-from .core.login import Login
5
-from .core.error import Error
+from .core.http_client import HttpClient
6
7
from contentstack_management import contentstack
8
requirements.txt
@@ -0,0 +1,21 @@
+twython~=3.9.1
+setuptools~=62.1.0
+urllib3~=1.26.2
+contentstack-utils
+python-dateutil==2.8.2
+requests==2.27.1
+coverage==6.3.2
+tox==3.25.0
9
+virtualenv==20.14.1
10
+Sphinx==4.5.0
11
+sphinxcontrib-websupport==1.2.4
12
+pip~=22.0.4
13
+build~=0.7.0
14
+wheel~=0.37.1
15
+py~=1.11.0
16
+lxml~=4.8.0
17
+utils~=1.0.1
18
+keyring~=23.5.0
19
+docutils==0.16
20
+pyparsing~=3.0.8
21
+config~=0.5.1
0 commit comments