Skip to content

Commit

Permalink
Remove project requirements from setup config
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrostriletskyi committed Sep 2, 2024
1 parent 2a129ee commit 01addd2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
with open('README.md', 'r', encoding='utf-8') as read_me:
long_description = read_me.read()

with open('requirements/project.txt', 'r') as f:
requirements = f.read().splitlines()

with open('.project-version', 'r') as project_version_file:
project_version = project_version_file.read().strip()

Expand All @@ -31,7 +28,6 @@
author='Dmytro Striletskyi',
author_email='dmytro.striletskyi@gmail.com',
packages=find_packages(),
install_requires=requirements,
classifiers=[
'Operating System :: OS Independent',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 01addd2

Please sign in to comment.