Skip to content

Commit

Permalink
Merge pull request #67 from creativecommons/update-python
Browse files Browse the repository at this point in the history
Update python modules and formatting with new version of Black
  • Loading branch information
TimidRobot authored Feb 20, 2024
2 parents 835f57f + c89120a commit b2b5cb9
Show file tree
Hide file tree
Showing 3 changed files with 1,413 additions and 1,288 deletions.
11 changes: 6 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ verify_ssl = true
name = "pypi"

[packages]
python-dotenv = "*"
flickrapi = "*"
internetarchive = "*"
jupyterlab = "*"
jupyterlab = ">=3.6.7"
matplotlib = "*"
numpy = "*"
pandas = "*"
plotly = "*"
requests = "*"
Pyarrow = "*"
python-dotenv = "*"
requests = ">=2.31.0"
seaborn = "*"
urllib3 = "*"
urllib3 = ">=1.26.18"
wordcloud = "*"

[dev-packages]
Expand All @@ -24,4 +25,4 @@ flake8 = "*"
isort = "*"

[requires]
python_version = "3.10"
python_version = "3.11"
Loading

0 comments on commit b2b5cb9

Please sign in to comment.