We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04991e5 commit 34dbc75Copy full SHA for 34dbc75
setup.py
@@ -10,7 +10,7 @@
10
url="https://github.com/miksyr/easy_postgres_engine",
11
download_url="https://github.com/miksyr/easy_postgres_engine/archive/v_02.tar.gz",
12
keywords=["postgreSQL", "postgres"],
13
- install_requires=["pandas==1.3.2", "psycopg2-binary==2.9.1", "testing.postgresql==1.3.0"],
+ install_requires=["pandas==1.3.2", "psycopg2-binary==2.9.1", "testing.postgresql==1.3.0", "numpy==1.19.2"],
14
classifiers=[
15
"Programming Language :: Python :: 3",
16
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
0 commit comments