Skip to content

Commit

Permalink
remove rebase insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
julianz- committed Jan 28, 2024
1 parent 6a44507 commit 9c22966
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 @@ -93,11 +93,7 @@ def find_meta(meta):
packages=find_packages(where="src"),
package_dir={"": "src"},
install_requires=[
<<<<<<< HEAD
"cryptography>=42.0.0,<43",
=======
"cryptography>=41.0.5,<43",
>>>>>>> 9208a11 (resolved conflicts)
],
extras_require={
"test": ["flaky", "pretend", "pytest>=3.0.1"],
Expand Down

0 comments on commit 9c22966

Please sign in to comment.