Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Removes Mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Mar 19, 2020
1 parent 0540415 commit 59a7f82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 92 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/mypy.yml

This file was deleted.

5 changes: 2 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ flower = "*"
ipdb = "*"
isort = "*"
ipython = "*"
mypy = "*"

[packages]
arrow = "*"
Expand All @@ -28,8 +27,8 @@ psycopg2-binary = "*"
python-decouple = "*"
tqdm = "*"
tweepy = "*"
typer = {extras = ["click-completion"], version = "*"}
whitenoise = {extras = ["brotli"], version = "*"}
typer = {extras = ["click-completion"],version = "*"}
whitenoise = {extras = ["brotli"],version = "*"}

[requires]
python_version = "3.8"
63 changes: 1 addition & 62 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bot Followers [![GitHub Actions: Tests](https://github.com/cuducos/bot-followers/workflows/Tests/badge.svg)]() [![GitHub Actions: Black](https://github.com/cuducos/bot-followers/workflows/Black/badge.svg)]() [![GitHub Actions: Mypy](https://github.com/cuducos/bot-followers/workflows/Mypy/badge.svg)]()
# Bot Followers [![GitHub Actions: Tests](https://github.com/cuducos/bot-followers/workflows/Tests/badge.svg)]() [![GitHub Actions: Black](https://github.com/cuducos/bot-followers/workflows/Black/badge.svg)]()

A web app to check whether followers of a given Twitter account are bots using [Botometer](https://botometer.iuni.iu.edu/). This repository started as a _fork_ of [Twitter
Clean-up](https://github.com/cuducos/twitter-cleanup).
Expand Down

0 comments on commit 59a7f82

Please sign in to comment.