Skip to content

Commit ce43197

Browse files
committed
requirements bump
1 parent 892ec8a commit ce43197

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
black==21.5b2
2-
flake8==3.9.2
3-
nose2[coverage_plugin]==0.10.0
4-
numpy==1.19.2
5-
pandas==1.3.2
6-
psycopg2-binary==2.9.1
7-
testing.postgresql==1.3.0
1+
black>=21.5b2
2+
flake8>=3.9.2
3+
nose2[coverage_plugin]>=0.10.0
4+
numpy>=1.19.2
5+
pandas>=1.3.2
6+
psycopg2-binary>=2.9.1
7+
testing.postgresql>=1.3.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
setup(
44
name="easy_postgres_engine",
55
packages=["easy_postgres_engine"],
6-
version="0.2",
6+
version="0.2.1",
77
description="Engine class for easier connections to postgres databases",
88
author="Michael Doran",
99
author_email="mikrdoran@gmail.com",
1010
url="https://github.com/miksyr/easy_postgres_engine",
11-
download_url="https://github.com/miksyr/easy_postgres_engine/archive/v_02.tar.gz",
11+
download_url="https://github.com/miksyr/easy_postgres_engine/archive/v_03.tar.gz",
1212
keywords=["postgreSQL", "postgres"],
13-
install_requires=["pandas==1.3.2", "psycopg2-binary==2.9.1", "testing.postgresql==1.3.0", "numpy==1.19.2"],
13+
install_requires=["pandas>=1.3.2", "psycopg2-binary>=2.9.1", "testing.postgresql>=1.3.0", "numpy>=1.19.2"],
1414
classifiers=[
1515
"Programming Language :: Python :: 3",
1616
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",

0 commit comments

Comments
 (0)