Skip to content

Commit 87766a5

Browse files
Upgraded pip version and general code improvements
1 parent bfa87ea commit 87766a5

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

contentstack/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
from contentstack.stack import Stack
1111
from .utility import Utils
1212

13+
__all__ = (
14+
"Entry",
15+
"Asset",
16+
"ContentType",
17+
"HTTPSConnection",
18+
"Stack",
19+
"Utils"
20+
)
21+
1322
__title__ = 'contentstack-delivery-python'
1423
__author__ = 'contentstack'
1524
__status__ = 'debug'

contentstack/stack.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
from contentstack.contenttype import ContentType
99
from contentstack.https_connection import HTTPSConnection
1010
from contentstack.image_transform import ImageTransform
11-
from contentstack import __author__
12-
from contentstack import __developer_email__
13-
from contentstack import __license__
14-
from contentstack import __version__
15-
1611

1712
log = logging.getLogger(__name__)
1813
DEFAULT_HOST = 'cdn.contentstack.io'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tox==4.5.1
88
virtualenv==20.23.0
99
Sphinx==7.0.1
1010
sphinxcontrib-websupport==1.2.4
11-
pip==23.1.2
11+
pip==23.3.1
1212
build==0.10.0
1313
wheel==0.40.0
1414
lxml==4.9.2

0 commit comments

Comments
 (0)