Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
Merge branch 'fix-dependencies' into release-0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont committed Sep 29, 2016
2 parents 2bb0ae7 + 2d0111d commit fe7df48
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@
keywords="asyncio xmpp library",
install_requires=['aiosasl',
'aioopenssl',
'dnspython3',
'lxml',
'orderedset',
'pyOpenSSL',
'babel~=2.3',
'dnspython3~=1.14',
'lxml~=3.6',
'multidict~=2.0',
'orderedset>=1.2',
'pyOpenSSL>=15.0',
'pyasn1',
'pyasn1_modules',
'tzlocal'],
'tzlocal~=1.2'],
packages=find_packages(exclude=["tests*"])
)

0 comments on commit fe7df48

Please sign in to comment.