Skip to content

Commit

Permalink
Fix requirements setup
Browse files Browse the repository at this point in the history
  • Loading branch information
betsybookwyrm committed Feb 23, 2022
1 parent 57ee955 commit 2f1940e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ src/tidy_tweet/_version.py
.eggs
*.egg-info
dist/*
build/*
.nox/*
*.pytest_cache/*
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
click==8.0.3
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ package_dir =
= src
packages = find:
python_requires = >=3.8
install_requires =
click >= 8.0.3
include_package_data = True

[options.packages.find]
Expand Down

0 comments on commit 2f1940e

Please sign in to comment.