Fix build error, refer to correct autobahn and functools packages
This commit is contained in:
parent
3b135b14d3
commit
ca2a845fd9
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ alembic==0.8.5
|
|||
-e git+https://github.com/DevTable/aniso8601-fake.git@bd7762c7dea0498706d3f57db60cd8a8af44ba90#egg=aniso8601
|
||||
-e git+https://github.com/DevTable/anunidecode.git@d59236a822e578ba3a0e5e5abbd3855873fa7a88#egg=anunidecode
|
||||
APScheduler==3.1.0
|
||||
autobahn==0.9.3.post3
|
||||
autobahn==0.9.3-3
|
||||
Babel==2.2.0
|
||||
beautifulsoup4==4.4.1
|
||||
bencode==1.0
|
||||
|
@ -26,7 +26,7 @@ Flask-RESTful==0.2.12
|
|||
Flask-Testing==0.4.2
|
||||
funcparserlib==0.3.6
|
||||
funcsigs==1.0.0
|
||||
functools32==3.2.3.post2
|
||||
functools32==3.2.3-2
|
||||
future==0.15.2
|
||||
futures==3.0.5
|
||||
gevent==1.1.1
|
||||
|
|
Reference in a new issue