Skip to content

Commit 8636d84

Browse files
authored
Merge pull request #9 from python-microservices/feature/swagger_ui_files
Removed unnecesary dependency, it's contained in py-ms library.
2 parents 72d58fe + 9e93f95 commit 8636d84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ Flask-SQLAlchemy==2.3.2
22
SQLAlchemy==1.2.14
33
Flask-Script==2.0.6
44
# py-ms==0.1.1
5-
git+https://github.com/python-microservices/pyms.git@master#egg=py-ms
6-
connexion[swagger-ui]==2.0.1
5+
git+https://github.com/python-microservices/pyms.git@master#egg=py-ms

0 commit comments

Comments
 (0)