Skip to content

Commit

Permalink
🙈 use pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
t4k committed Oct 25, 2023
1 parent fa2a9ee commit 937e2cc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.venv/
assets/
backstop_data/
Pipfile.lock
settings.ini
17 changes: 17 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
arrow = "*"
bleach = "*"
bs4 = "*"
feedparser = "*"
playwright = "==1.39.0"
pytest-playwright = "*"

[dev-packages]

[requires]
python_version = "3.10"
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

0 comments on commit 937e2cc

Please sign in to comment.