selene-backend/shared/Pipfile

23 lines
309 B
Plaintext
Raw Normal View History

2018-08-23 03:09:58 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
facebook-sdk = "*"
2018-08-23 03:09:58 +00:00
pyjwt = "*"
pygithub = "*"
2019-02-01 21:14:23 +00:00
psycopg2-binary = "*"
passlib = "*"
pyhamcrest = "*"
2019-02-15 07:02:22 +00:00
schematics = "*"
redis = "*"
2019-04-02 01:11:32 +00:00
sendgrid = "*"
stripe = "*"
schedule = "*"
2018-08-23 03:09:58 +00:00
[dev-packages]
[requires]
python_version = "3.7"