diff options
| author | 2021-01-10 13:02:49 -0800 | |
|---|---|---|
| committer | 2021-01-10 13:02:49 -0800 | |
| commit | 1ca49385fe09e282dc7a96a9c8520e2859a66a67 (patch) | |
| tree | dafc8ae3a07f0173ed18f82a690a0562e2389e22 /Pipfile | |
| parent | Merge pull request #64 from python-discord/feat/deps/63/pep8-naming (diff) | |
Add protobuf as a dependency
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ name = "pypi"  falcon = "~= 2.0.0"  gunicorn = "~= 20.0"  jsonschema = "~= 3.2" +protobuf = "~= 3.14"  sentry-sdk = {extras = ["falcon"], version = "~= 0.19.3"}  [dev-packages]  |