Skip to content
Open
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
2 changes: 1 addition & 1 deletion itp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ unittest2==1.1.0 # For unit testing (if using unittest2 for compatibili
# Add any other libraries that are required for your project here

# Development tools
black==21.7b0 # For code formatting
black==24.3.0 # For code formatting
flake8==3.9.2 # For linting Python code