Skip to content

Commit

Permalink
Remove unused requirements and require min versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hammady committed Dec 20, 2023
1 parent 2097edd commit aeb85e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 37 deletions.
33 changes: 0 additions & 33 deletions requirements.txt

This file was deleted.

8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup

requirements = [
'psycopg2',
'python-dateutil',
'PyYAML',
'newrelic'
'psycopg2-binary>=2',
'python-dateutil>=2',
'PyYAML>=3',
'newrelic>=7'
]

setup(
Expand Down

0 comments on commit aeb85e8

Please sign in to comment.