Skip to content

Commit

Permalink
Remove uwsgi from application dependencies
Browse files Browse the repository at this point in the history
uwsgi is installed by default using other means in the virtualenv
used by junction. There is no need to install uwsgi through the
application dependencies.

The support for uwsgi is flaky at best on Windows and works with
very limited functionality. Hence, this breaks development velocity
for people developing Junction on Windows.

Ref: #651

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
  • Loading branch information
palnabarun committed Jun 5, 2020
1 parent ac713ed commit 5e33587
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ mdx-linkify==0.6
Markdown==2.6.6
markdown2==2.3.1

# Server
# ------------------------------------------------
uwsgi==2.0.*

# Device
# ------------------------------------------------
django-uuidfield==0.5.0
Expand Down

0 comments on commit 5e33587

Please sign in to comment.