Skip to content

Commit

Permalink
move reqs to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
csinva committed Feb 17, 2023
1 parent dee492d commit 87b9b1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions requirements.txt

This file was deleted.

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
packages=setuptools.find_packages(
exclude=['tests', 'tests.*', '*.test.*']
),
install_requires=required_pypi,
python_requires='>=3.6',
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 87b9b1d

Please sign in to comment.