Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ pynamodb>=3.2.1,<4
# Use: For encryption
cryptography>2.3.0

# C Foreign Function Interface for Python.
# License: MIT
# Upstream url: https://bitbucket.org/cffi/cffi
# Use: Required by cryptography package to be installed. This should be removed
# once crytography updates their depenencies to require cffi>=1.10.0.
cffi>1.10.0

# License: BSD
# Upstream url: https://github.com/fengsp/flask-session
# Use: For shared sessions
Expand Down Expand Up @@ -130,10 +123,6 @@ gunicorn
# Use: For concurrency
gevent

# License: MIT
# Upstream url: https://github.com/python-greenlet/greenlet
# Use: For concurrency
greenlet

# License: MIT
# Upstream url: https://github.com/jsocol/pystatsd
Expand Down
5 changes: 1 addition & 4 deletions requirements3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ certifi==2023.5.7
# via requests
cffi==1.15.1
# via
# -r requirements.in
# cryptography
charset-normalizer==3.1.0
# via requests
Expand Down Expand Up @@ -70,9 +69,7 @@ gevent==22.10.2
# -r requirements.in
# pytest-gevent
greenlet==2.0.2
# via
# -r requirements.in
# gevent
# via gevent
guard==1.0.1
# via -r requirements.in
gunicorn==20.1.0
Expand Down