File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
import suds .wsse
11
11
from suds .sax .element import Element
12
12
13
- from FuelSDK . objects import ET_DataExtension ,ET_Subscriber
13
+ from objects import ET_DataExtension ,ET_Subscriber
14
14
15
15
16
16
class ET_Client (object ):
Original file line number Diff line number Diff line change 1
1
PyJWT == 0.1.9
2
2
distribute == 0.7.3
3
- requests = =2.2.1
3
+ requests > =2.2.1
4
4
suds == 0.4
5
5
wsgiref == 0.1.2
Original file line number Diff line number Diff line change 15
15
url = 'https://github.com/ExactTarget/FuelSDK-Python' ,
16
16
license = 'MIT' ,
17
17
install_requires = [
18
- 'pyjwt= =0.1.9' ,
19
- 'requests= =2.2.1' ,
20
- 'suds= =0.4' ,
18
+ 'pyjwt> =0.1.9' ,
19
+ 'requests> =2.2.1' ,
20
+ 'suds> =0.4' ,
21
21
],
22
22
classifiers = [
23
23
'Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments