Skip to content

Commit

Permalink
switch to pipenv/pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii committed Dec 13, 2023
1 parent 6667d43 commit e3349b0
Show file tree
Hide file tree
Showing 4 changed files with 466 additions and 32 deletions.
14 changes: 14 additions & 0 deletions scripts/upload/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
googleads = "==40.*"
python-dotenv = "*"

[dev-packages]

[requires]
python_version = "3.11"
python_full_version = "3.11.2"
Loading

0 comments on commit e3349b0

Please sign in to comment.