File tree Expand file tree Collapse file tree 2 files changed +23
-15
lines changed Expand file tree Collapse file tree 2 files changed +23
-15
lines changed Original file line number Diff line number Diff line change 68
68
keywords = 'open-banking sepa bunq finance api payment' ,
69
69
70
70
# Packages of the project. "find_packages()" lists all the project packages.
71
- packages = find_packages (exclude = ['contrib' ,
72
- 'docs' ,
73
- 'tests' ,
74
- 'examples' ,
75
- 'assets' ,
76
- '.idea' ,
77
- 'run.py' ]),
71
+ packages = find_packages (exclude = [
72
+ 'contrib' ,
73
+ 'docs' ,
74
+ 'tests' ,
75
+ 'examples' ,
76
+ 'assets' ,
77
+ '.idea' ,
78
+ 'run.py'
79
+ ]),
78
80
79
81
# Run-time dependencies of the project. These will be installed by pip.
80
- install_requires = ['aenum==2.2.3' ,
81
- 'chardet==3.0.4' ,
82
- 'pycryptodomex==3.9.7' ,
83
- 'requests==2.23.0' ,
84
- 'simplejson==3.17.0' ,
85
- 'urllib3==1.25.8' ],
86
- )
82
+ install_requires = [
83
+ 'aenum>=2.2.4,<3.0.0' ,
84
+ 'chardet>=3.0.4,<4.0.0' ,
85
+ 'pycryptodomex>=3.9.8,<4.0.0' ,
86
+ 'requests>=2.24.0,<3.0.0' ,
87
+ 'simplejson>=3.17.2,<4.0.0' ,
88
+ 'urllib3>=1.25.10,<2.0.0'
89
+ ],
90
+ )
Original file line number Diff line number Diff line change 46
46
4 . Use the Avatar's UUID to create a ` Cash Register `
47
47
5 . Copy the Cash Register's ID to the ` config.json `
48
48
49
- ## Execution
49
+ ## Installation and Execution
50
+
51
+ You can install all the required dependencies with the following command:
52
+
53
+ python setup.py install
50
54
51
55
You can run all the tests via command line:
52
56
You can’t perform that action at this time.
0 commit comments