forked from danpaquin/coinbasepro-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (37 loc) · 887 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[metadata]
name = coinbasepro
version = 1.1.2
author = Benny
author_email = [email protected]
description = Coinbase Pro API
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/JBennyHuang/coinbasepro-python
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= coinbasepro
packages = find:
python_requires = >=3.6
install_requires =
atomicwrites==1.2.1
attrs==18.2.0
certifi==2018.10.15
chardet==3.0.4
idna==2.7
more-itertools==4.3.0
pluggy==0.8.0
py==1.7.0
pymongo==3.7.2
pytest==4.0.1
python-dateutil==2.7.5
requests==2.20.1
six==1.11.0
sortedcontainers==2.1.0
urllib3==1.24.2
websocket-client==0.54.0
[options.packages.find]
where = coinbasepro