Skip to content
Snippets Groups Projects
Commit 7f657c48 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

fix requirements

parent c1a0949c
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,14 @@ environment: ...@@ -8,6 +8,14 @@ environment:
WITH_COMPILER: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_compiler.cmd" WITH_COMPILER: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_compiler.cmd"
matrix: matrix:
- PYTHON: "C:\\Python27"
PYTHON_ARCH: "32"
MINICONDA: C:\Miniconda27
- PYTHON: "C:\\Python27-x64"
PYTHON_ARCH: "64"
MINICONDA: C:\Miniconda27-x64
- PYTHON: "C:\\Python35" - PYTHON: "C:\\Python35"
PYTHON_ARCH: "32" PYTHON_ARCH: "32"
MINICONDA: C:\Miniconda35 MINICONDA: C:\Miniconda35
......
...@@ -57,7 +57,12 @@ if __name__ == '__main__': ...@@ -57,7 +57,12 @@ if __name__ == '__main__':
classifiers=[ classifiers=[
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Development Status :: 3 - Alpha', 'Development Status :: 3 - Alpha',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Intended Audience :: Financial and Insurance Industry', 'Intended Audience :: Financial and Insurance Industry',
...@@ -67,7 +72,6 @@ if __name__ == '__main__': ...@@ -67,7 +72,6 @@ if __name__ == '__main__':
"ecdsa", "ecdsa",
"requests", "requests",
"websocket-client", "websocket-client",
"websockets",
"appdirs", "appdirs",
"Events", "Events",
"scrypt", "scrypt",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment