Skip to content

Commit

Permalink
install pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
javierpelayo committed Jun 12, 2022
1 parent 2c9912b commit c521b9e
Show file tree
Hide file tree
Showing 2 changed files with 1,055 additions and 0 deletions.
77 changes: 77 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
alembic = "==1.7.7"
astroid = "==2.11.2"
bcrypt = "==3.2.0"
blinker = "==1.4"
certifi = "==2021.10.8"
cffi = "==1.15.0"
charset-normalizer = "==2.0.12"
click = "==8.1.2"
colorclass = "==2.2.2"
dill = "==0.3.4"
distlib = "==0.3.4"
dnspython = "==2.2.1"
docopt = "==0.6.2"
email-validator = "==1.1.3"
filelock = "==3.7.1"
flask = "==2.1.1"
flask-bcrypt = "==0.7.1"
flask-debugtoolbar = "==0.13.1"
flask-limiter = "==2.2.0"
flask-login = "==0.6.0"
flask-mail = "==0.9.1"
flask-migrate = "==3.1.0"
flask-moment = "==1.0.2"
flask-sqlalchemy = "==2.5.1"
flask-wtf = "==1.0.1"
greenlet = "==1.1.2"
gunicorn = "==20.1.0"
idna = "==3.3"
importlib-metadata = "==4.11.3"
isort = "==5.10.1"
itsdangerous = "==2.1.2"
jinja2 = "==3.1.1"
lazy-object-proxy = "==1.7.1"
limits = "==2.4.0"
mako = "==1.2.0"
markupsafe = "==2.1.1"
mccabe = "==0.7.0"
pep517 = "==0.12.0"
pillow = "==9.0.1"
pip-tools = "==6.5.1"
pip-upgrader = "==1.4.15"
platformdirs = "==2.5.1"
psycopg2 = "==2.9.3"
psycopg2-binary = "==2.9.3"
pycparser = "==2.21"
pyjwt = "==2.3.0"
pylint = "==2.13.4"
pylint-flask = "==0.6"
pylint-plugin-utils = "==0.7"
pyparsing = "==3.0.7"
python-dateutil = "==2.8.2"
python-editor = "==1.0.4"
python-magic = "==0.4.25"
pytz = "==2022.1"
requests = "==2.27.1"
six = "==1.16.0"
sqlalchemy = "==1.3.23"
terminaltables = "==3.1.10"
tomli = "==2.0.1"
typed-ast = "==1.5.2"
typing-extensions = "==4.1.1"
urllib3 = "==1.26.9"
werkzeug = "==2.0.3"
wrapt = "==1.14.0"
wtforms = "==3.0.1"
zipp = "==3.7.0"

[dev-packages]

[requires]
python_version = "3.9"
Loading

0 comments on commit c521b9e

Please sign in to comment.