Skip to content

Commit

Permalink
Merge pull request #2356 from freedomofpress/rm-setuptools
Browse files Browse the repository at this point in the history
Remove outdated setuptools install_requires and python_requires
  • Loading branch information
cfm authored Jan 10, 2025
2 parents 7a4ec12 + b63e354 commit 5434443
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
long_description=long_description,
long_description_content_type="text/markdown",
license="AGPLv3+",
install_requires=["SQLAlchemy", "alembic", "securedrop-sdk", "python-dateutil", "arrow"],
python_requires=">=3.5",
url="https://github.com/freedomofpress/securedrop-client",
packages=setuptools.find_packages(include=["securedrop_client", "securedrop_client.*"]),
include_package_data=True,
Expand Down
2 changes: 0 additions & 2 deletions export/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
long_description=long_description,
long_description_content_type="text/markdown",
license="GPLv3+",
install_requires=[],
python_requires=">=3.5",
url="https://github.com/freedomofpress/securedrop-export",
packages=setuptools.find_packages(exclude=["docs", "tests"]),
classifiers=[
Expand Down
2 changes: 0 additions & 2 deletions log/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
long_description=long_description,
long_description_content_type="text/markdown",
license="GPLv3+",
install_requires=[],
python_requires=">=3.5",
packages=setuptools.find_packages(exclude=["docs", "tests"]),
url="https://github.com/freedomofpress/securedrop-log",
classifiers=[
Expand Down

0 comments on commit 5434443

Please sign in to comment.