Skip to content

Commit

Permalink
#53: Updated tox requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hkage committed Mar 14, 2024
1 parent ce9ba83 commit 9564f14
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ def run(self):
install_requires = [
'faker',
'faker>=3.0,<4.0; python_version=="2.7"',
'parmap; python_version>="3"',
'parmap==1.5.2; python_version<"3"',
'parmap; python_version>="3.6"',
'parmap==1.5.2; python_version<"3.6"',
'pgcopy',
'psycopg2',
'psycopg2>=2.8.4,<2.9; python_version<"3"',
'psycopg2>=2.8.4,<2.9; python_version<"3.6"',
'pyyaml',
'pyyaml>=5.4.1,<6.0; python_version<"3"',
'pyyaml>=5.4.1,<6.0; python_version<"3.6"',
'tqdm'
]

Expand Down Expand Up @@ -86,7 +86,6 @@ def run(self):
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 9564f14

Please sign in to comment.