Skip to content

Commit 94b37fa

Browse files
authored
Merge pull request #4 from CyberSource/cybersource-client
Changes made in setup.py file
2 parents f7a8701 + d60a33c commit 94b37fa

3 files changed

Lines changed: 85 additions & 32 deletions

File tree

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 31 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,61 @@
44
from setuptools import setup, find_packages
55

66
NAME = "cybersource-rest-client-python"
7-
VERSION = "0.0.2"
7+
VERSION = "0.0.1"
88
# To install the library, run the following
99
#
1010
# python setup.py install
1111
#
1212
# prerequisite: setuptools
1313
# http://pypi.python.org/pypi/setuptools
1414

15-
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"]
15+
REQUIRES = ["urllib3", "six", "certifi", "DateTime", "Naked", "PyJWT", "PyNaCl", "PyYAML",
16+
"asn1crypto",
17+
"bcrypt",
18+
19+
"certifi",
20+
"cffi",
21+
"chardet",
22+
"extras",
23+
"fixtures",
24+
"configparser",
25+
26+
"crypto",
27+
"cryptography",
28+
"enum34",
29+
"funcsigs",
30+
"nose",
31+
"coverage",
32+
"jsonschema",
33+
"linecache2",
34+
"pbr",
35+
"idna",
36+
"ipaddress",
37+
"logger",
38+
39+
"paramiko",
40+
"pip",
41+
"pyOpenSSL",
42+
"pyasn1",
43+
"pycparser",
44+
"pycryptodome",
45+
"pycryptodomex",
46+
"pypi",
47+
"python-mimeparse",
48+
"python-subunit",
49+
"python-toolbox",
50+
"pytz",
51+
"requests",
52+
"rsa",
53+
"setuptools",
54+
"shellescape",
55+
"six",
56+
"typing",
57+
"testtools",
58+
"traceback2",
59+
"wheel",
60+
"x509",
61+
"zope.interface",]
1662

1763
setup(
1864
name=NAME,

0 commit comments

Comments
 (0)