Skip to content

Commit

Permalink
ModuleNotFoundError: No module named instagrapi.mixins [#45] Added __…
Browse files Browse the repository at this point in the history
…init__.py
  • Loading branch information
adw0rd committed Dec 23, 2020
1 parent 8836195 commit 15c6f32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Empty file added instagrapi/mixins/__init__.py
Empty file.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@
'Pillow==7.2.0',
'pydantic==1.7.2'
],
# test_requires=[],
keywords='instagram private api',
description='Fast and effective Instagram Private API wrapper',
long_description=long_description,
long_description_content_type='text/markdown',
packages=find_packages(),
python_requires=">=3.6",
package_data={'': ["requirements.txt"]},
include_package_data=True,
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 15c6f32

Please sign in to comment.