We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ec2cf commit 5487952Copy full SHA for 5487952
PyKakao/api.py
@@ -1,6 +1,7 @@
1
import io
2
import json
3
import base64
4
+import urllib
5
import requests
6
import pandas as pd
7
from PIL import Image
PyKakao/config/info.py
@@ -1,5 +1,5 @@
__project__ = "PyKakao"
-__version__ = "0.0.5"
+__version__ = "0.0.6"
__author__ = "정우일(Wooil Jeong)"
__contact__ = "wooil@kakao.com"
__github__ = "https://github.com/WooilJeong/PyKakao"
0 commit comments