-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Allie Crevier <[email protected]>
- Loading branch information
Allie Crevier
committed
Sep 23, 2021
1 parent
b87e6ac
commit d08f39e
Showing
5 changed files
with
797 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,6 +85,7 @@ celerybeat-schedule | |
# Environments | ||
.env | ||
.venv | ||
.venv-debian | ||
env/ | ||
venv/ | ||
ENV/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
atomicwrites==1.2.1 | ||
attrs==19.3.0 | ||
black==19.10b0 | ||
Click==7.0 | ||
coverage==4.5.1 | ||
flake8==3.6.0 | ||
flaky==3.6.1 | ||
isort==4.3.21 | ||
MarkupSafe>=1.1 | ||
mccabe==0.6.1 | ||
more-itertools==4.3.0 | ||
mypy==0.761 | ||
mypy-extensions==0.4.3 | ||
pillow>=8.3.1 | ||
pip>=21.1 | ||
pip-tools==5.5.0 | ||
pluggy==0.13.0 | ||
py>=1.10.0 | ||
PyAutoGUI==0.9.48 | ||
pycodestyle==2.4.0 | ||
pyobjc-core==6.2;platform_system=="Darwin" | ||
pyobjc==6.2;platform_system=="Darwin" | ||
pyflakes==2.0.0 | ||
pytest==5.2.1 | ||
pytest-cov==2.8.1 | ||
pytest-mock==1.10.0 | ||
pytest-qt==3.3.0 | ||
pytest-random-order==1.0.4 | ||
pytest-vcr==1.0.2 | ||
pytest-xdist==1.30.0 | ||
pyyaml==5.4.1 | ||
semgrep==0.42.0 | ||
typed-ast==1.4.1 | ||
vcrpy==4.0.2 |
Oops, something went wrong.