generated from rochacbruno/python-project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67691fb
commit f38ca65
Showing
1 changed file
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
# This template is a low-dependency template. | ||
# By default there is no requirements added here. | ||
# Add the requirements you need to this file. | ||
# or run `make init` to create this file automatically based on the template. | ||
# You can also run `make switch-to-poetry` to use the poetry package manager. | ||
urwid==2.4.1 | ||
twisted==23.10.0 | ||
pyOpenSSL==23.3.0 | ||
service_identity==24.1.0 | ||
argparse==1.4.0 | ||
urwid==2.6.10 | ||
Twisted==24.3.0 | ||
pyOpenSSL==24.1.0 | ||
service-identity==24.1.0 | ||
argparse==1.4.0 |