Skip to content

Commit

Permalink
No longer tied to ancient psycopg2-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
plesubc committed Sep 12, 2024
1 parent af71750 commit 9042e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def get_version(version_tuple):
return '.'.join(map(str, version_tuple))

PKG_VERSION = get_version(ast.literal_eval(version_line.split('=')[-1].strip()))
#REQUIRES = [req.strip().replace('==',' >= ') for req in
REQUIRES = [req.strip().replace('==',' ~= ') for req in
REQUIRES = [req.strip().replace('==',' >= ') for req in
#REQUIRES = [req.strip().replace('==',' ~= ') for req in
open('requirements.txt', encoding='utf-8').readlines()]

CONFIG = {
Expand Down

0 comments on commit 9042e5f

Please sign in to comment.