mirror of
https://github.com/wassname/optlib.git
synced 2026-08-02 12:50:05 +08:00
Add querystring to requests.get and add requests to reqs
This commit is contained in:
@@ -2,11 +2,11 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="optlib",
|
||||
version="0.5.0",
|
||||
version="0.5.1",
|
||||
description="A library for financial options pricing written in Python.",
|
||||
url="http://github.com/bartolomed/optlib",
|
||||
author="Davis Edwards & Daniel Rojas",
|
||||
packages=["optlib"],
|
||||
install_requires=["numpy", "scipy", "pandas"],
|
||||
install_requires=["numpy", "scipy", "pandas", "requests"],
|
||||
zip_safe=False
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user