Skip to content

Commit

Permalink
update pipfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
professor-ben committed Dec 16, 2022
1 parent 2bc5f4c commit 86435b6
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 218 deletions.
43 changes: 2 additions & 41 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,10 @@ verify_ssl = true
name = "pypi"

[packages]
alembic = "1.8.1"
appnope = "0.1.3"
asttokens = "2.0.8"
attrs = "22.1.0"
backcall = "0.2.0"
click = "8.1.3"
decorator = "5.1.1"
exceptiongroup = "1.0.0"
executing = "1.1.1"
flask = "2.2.2"
flask-migrate = "3.1.0"
flask-sqlalchemy = "3.0.2"
iniconfig = "1.1.1"
flask-sqlalchemy = "2.5.1"
ipdb = "0.13.9"
ipython = "8.5.0"
itsdangerous = "2.1.2"
jedi = "0.18.1"
jinja2 = "3.1.2"
mako = "1.2.3"
markupsafe = "2.1.1"
matplotlib-inline = "0.1.6"
packaging = "21.3"
parso = "0.8.3"
pexpect = "4.8.0"
pickleshare = "0.7.5"
pluggy = "1.0.0"
prompt-toolkit = "3.0.31"
ptyprocess = "0.7.0"
pure-eval = "0.2.2"
pygments = "2.13.0"
pyparsing = "3.0.9"
pytest = "7.2.0"
setuptools = "65.5.0"
six = "1.16.0"
sqlalchemy = "1.4.42"
stack-data = "0.5.1"
toml = "0.10.2"
tomli = "2.0.1"
traitlets = "5.5.0"
wcwidth = "0.2.5"
werkzeug = "2.2.2"

[dev-packages]

[requires]
python_version = "3.8.13"
python_full_version = "3.8.13"
Loading

0 comments on commit 86435b6

Please sign in to comment.