Permalink
Please sign in to comment.
Browse files
Fixing requirements and abstract crud for api instance to flow
Summary: Importlib needs to be included in requirements Test Plan: Unit Tests and Integration Tests
- Loading branch information...
Showing
with
6 additions
and 0 deletions.
- +1 −0 .travis.yml
- +4 −0 facebookads/adobjects/abstractcrudobject.py
- +1 −0 requirements.txt
| @@ -1,2 +1,3 @@ | ||
| requests >= 2.3.0 | ||
| six >= 1.7.3 | ||
| + |
0 comments on commit
4991ec3