Skip to content

Commit 4c7f587

Browse files
added requirements.txt file
1 parent 91a4390 commit 4c7f587

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

contentstack_management/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
"""The __init__.py file that contains modules that need to import"""
22

3-
4-
from .core.login import Login
5-
from .core.error import Error
3+
from .core.http_client import HttpClient
64

75
from contentstack_management import contentstack
86

requirements.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
twython~=3.9.1
2+
setuptools~=62.1.0
3+
urllib3~=1.26.2
4+
contentstack-utils
5+
python-dateutil==2.8.2
6+
requests==2.27.1
7+
coverage==6.3.2
8+
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

Comments
 (0)