Skip to content

Commit

Permalink
Remove outdated setuptools install_requires and python_requires
Browse files Browse the repository at this point in the history
These are outdated since we now require Python 3.11, and in the case of
the client, will pull in the old securedrop-sdk package that we no
longer use.
  • Loading branch information
legoktm committed Jan 9, 2025
1 parent b2bd0b3 commit b63e354
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 b63e354

Please sign in to comment.