Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyschools committed May 14, 2024
1 parent 95eba9d commit a13b788
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from setuptools import setup, find_packages

with open("requirements.txt") as f:
requirements = f.read().splitlines()
# with open("requirements.txt") as f:
# requirements = f.read().splitlines()

setup(
name="dltflow",
version="0.0.1",
packages=find_packages(),
install_requires=requirements,
# install_requires=requirements,
)

0 comments on commit a13b788

Please sign in to comment.