Skip to content

Instantly share code, notes, and snippets.

@jonatasoli
Created March 18, 2021 11:48
Show Gist options
  • Save jonatasoli/dcf6adcb946d182c053065b1e4532c91 to your computer and use it in GitHub Desktop.
Save jonatasoli/dcf6adcb946d182c053065b1e4532c91 to your computer and use it in GitHub Desktop.
pyproject
[tool]
[tool.poetry]
name = "partyou-web"
version = "0.2.0"
description = "Partyou web dependencies"
authors = [
"Jonatas Oliveira <jonatas@partyou.com.br>",
"Leandro Souza <leandro@partyou.com.br>"
]
[tool.poetry.dependencies]
python = "~3.7"
atomicwrites = "*"
attrs = "*"
cloudinary = "*"
dateutils = "*"
flask = "*"
flask-basicauth = "*"
flask-migrate = "*"
Flask-Moment = "0.5.2"
flask-s3 = "*"
flask-security = "*"
flask-sendgrid = "*"
flask-session = "*"
hashids = "*"
mixpanel = "*"
moment = "0.8.2"
more-itertools = "*"
nose = "*"
pathlib2 = "*"
pillow = "*"
pluggy = "*"
psycopg2-binary = "2.8.6"
pusher = "2.1.*"
pycpfcnpj = "*"
pyexcel = "*"
pyexcel-xls = "*"
pyjwt = "1.7.*"
python-decouple = "*"
redis = "*"
slackclient = "1.3.*"
email_validator = "1.*"
sqlalchemy-utils = "*"
sqlalchemy = "~1.3"
tornado = "*"
unidecode = "*"
pycrypto = "^2.6.*"
Flask-Script = "*"
whitenoise = "^5.1.*"
flask-cors = "^3.0.*"
flask_script = "^2.0.*"
loguru = "*"
requests = "*"
pydantic = "*"
fastapi = "0.60.*"
flask-debugtoolbar = "*"
gunicorn = "*"
npm = "^0.1.*"
dynaconf = "3.*"
httpx = {version = "^0.16.1", extras = ["http2"]}
[tool.poetry.dev-dependencies]
pytest-timeout = "*"
coverage = "*"
flake8 = "*"
ipdb = "*"
ipython = "*"
itsdangerous = "*"
pytest = "*"
pytest-flask-sqlalchemy = "*"
pytest-postgresql = "*"
python-dotenv = "*"
snapshottest = "*"
vulture = "*"
pylint = "*"
jedi = "*"
neovim = "*"
pytest-watch = "*"
pytest-cov = "*"
pytest-sugar = "*"
prospector = {version = "^1.3.1", extras = ["with_everything"]}
pydevd-pycharm = "^211.4961.30"
black = "^20.8b1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment