Skip to content

Commit bbfff1e

Browse files
committed
Add dependencies to install_requires.
1 parent 81f642d commit bbfff1e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@
4747
'Topic :: Internet',
4848
'Topic :: Software Development :: Libraries',
4949
],
50-
install_requires=[],
50+
install_requires=[
51+
'cachetools',
52+
'frozendict',
53+
'lxml',
54+
],
5155
extras_require={
5256
'requests': ['requests'],
5357
'aiohttp': ['aiohttp'],

0 commit comments

Comments
 (0)